<!--
{
  "availability" : [
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKCrownSequencer/isIdle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKCrownSequencer(py)idle"
  },
  "title" : "isIdle"
}
-->

# isIdle

A Boolean value indicating whether the crown is at rest.

```
var isIdle: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> when the user is not rotating the crown and <doc://com.apple.documentation/documentation/Swift/false> when the user is rotating the crown.

## See Also

[`crownDidBecomeIdle(_:)`](/documentation/WatchKit/WKCrownDelegate/crownDidBecomeIdle(_:))

Called when the user stops rotating the crown.



---

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)