<!--
{
  "availability" : [
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKApplicationState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKApplicationState"
  },
  "title" : "WKApplicationState"
}
-->

# WKApplicationState

The running states of the Watch app.

```
enum WKApplicationState
```

## Topics

### Constants

[`WKApplicationState.active`](/documentation/WatchKit/WKApplicationState/active)

The Watch app is running in the foreground and currently receiving events.

[`WKApplicationState.inactive`](/documentation/WatchKit/WKApplicationState/inactive)

The Watch app is running in the foreground, but is not yet responding to actions from controls or gestures.

[`WKApplicationState.background`](/documentation/WatchKit/WKApplicationState/background)

The Watch app is running in the background.



---

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)