---
title: HKWorkoutSessionState.stopped
framework: healthkit
role: symbol
role_heading: Case
path: healthkit/hkworkoutsessionstate/stopped
---

# HKWorkoutSessionState.stopped

The session has stopped.

## Declaration

```swift
case stopped
```

## Discussion

Discussion As soon as the session stops, the watch’s sensors return to normal, and it no longer generates workout data; however, the app can continue to run in the background, even after the user lowers their wrist. You can’t restart or reuse the workout session.

## See Also

### Session states

- [HKWorkoutSessionState.notStarted](healthkit/hkworkoutsessionstate/notstarted.md)
- [HKWorkoutSessionState.prepared](healthkit/hkworkoutsessionstate/prepared.md)
- [HKWorkoutSessionState.running](healthkit/hkworkoutsessionstate/running.md)
- [HKWorkoutSessionState.paused](healthkit/hkworkoutsessionstate/paused.md)
- [HKWorkoutSessionState.ended](healthkit/hkworkoutsessionstate/ended.md)
