---
title: isIdle
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkcrownsequencer/isidle
---

# isIdle

A Boolean value indicating whether the crown is at rest.

## Declaration

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

## Discussion

Discussion The value of this property is true when the user is not rotating the crown and false when the user is rotating the crown.

## See Also

### Related Documentation

- [crownDidBecomeIdle(_:)](watchkit/wkcrowndelegate/crowndidbecomeidle(_:).md)

### Getting the Current Crown Status

- [rotationsPerSecond](watchkit/wkcrownsequencer/rotationspersecond.md)
