<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKWorkoutSessionState/prepared",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:@E@HKWorkoutSessionState@HKWorkoutSessionStatePrepared"
  },
  "title" : "HKWorkoutSessionState.prepared"
}
-->

# HKWorkoutSessionState.prepared

The session is ready but not yet running.

```
case prepared
```

## Discussion

The app can continue to run in the background, even after the user lowers their wrist, but it doesn’t yet generate workout data.

## See Also

[`prepare()`](/documentation/HealthKit/HKWorkoutSession/prepare())

Prepares the workout session.



---

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)