Contents

applicationState

The runtime state of the Watch app.

Declaration

var applicationState: WKApplicationState { get }

Discussion

The Watch app may be active, inactive, or running in the background. Use this property to get the current state. To be notified of state changes, implement the appropriate methods of the delegate object.

See Also

Managing the execution state