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

# NSWritingToolsCoordinator.State.interactiveResting

A state that indicates Writing Tools is in the resting state
for an inline editing experience.

```
case interactiveResting
```

## Discussion

When someone initially selects a tool with an interactive experience,
the coordinator transitions briefly to this state and starts the
operation. The coordinator transitions swiftly to the [`NSWritingToolsCoordinator.State.interactiveStreaming`](/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/interactiveStreaming)
state when it submits the request and delivers the results to your
view. When it finishes delivering the results, it transitions back
to the `interactiveResting` state and awaits further commands. If
the person accepts the changes or dismisses the Writing Tools UI,
the coordinator transitions from this state to the [`NSWritingToolsCoordinator.State.inactive`](/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/inactive) 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)