<!--
{
  "availability" : [
    "macOS: 15.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/interactiveStreaming",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSWritingToolsCoordinatorState@NSWritingToolsCoordinatorStateInteractiveStreaming"
  },
  "title" : "NSWritingToolsCoordinator.State.interactiveStreaming"
}
-->

# NSWritingToolsCoordinator.State.interactiveStreaming

A state that indicates Writing Tools is processing a request and
incorporating changes interactively into your view.

```
case interactiveStreaming
```

## Discussion

The coordinator transitions swiftly from the [`NSWritingToolsCoordinator.State.interactiveResting`](/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/interactiveResting)
state to this state at the start of an operation. In this state,
the coordinator submits the request for processing and delivers
the results back to your view. When the coordinator finishes delivering
the results, it transitions back to the [`NSWritingToolsCoordinator.State.interactiveResting`](/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/interactiveResting) state.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)