<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKWorkoutEventType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:@E@HKWorkoutEventType"
  },
  "title" : "HKWorkoutEventType"
}
-->

# HKWorkoutEventType

Constants that represent events occurring during a workout.

```
enum HKWorkoutEventType
```

## Topics

### Events

[`HKWorkoutEventTypePause`](/documentation/HealthKit/HKWorkoutEventType/pause)

A constant indicating that the workout has paused.

[`HKWorkoutEventTypeResume`](/documentation/HealthKit/HKWorkoutEventType/resume)

A constant indicating that the workout has resumed.

[`HKWorkoutEventTypeMotionPaused`](/documentation/HealthKit/HKWorkoutEventType/motionPaused)

A constant indicating that the system has automatically paused a workout session.

[`HKWorkoutEventTypeMotionResumed`](/documentation/HealthKit/HKWorkoutEventType/motionResumed)

A constant indicating that the system has automatically resumed a workout session.

[`HKWorkoutEventTypePauseOrResumeRequest`](/documentation/HealthKit/HKWorkoutEventType/pauseOrResumeRequest)

A constant indicating that the user has requested a pause or resume.

[`HKWorkoutEventTypeLap`](/documentation/HealthKit/HKWorkoutEventType/lap)

A constant indicating a lap.

[`HKWorkoutEventTypeSegment`](/documentation/HealthKit/HKWorkoutEventType/segment)

A constant indicating a period of time of interest during a workout.

[`HKWorkoutEventTypeMarker`](/documentation/HealthKit/HKWorkoutEventType/marker)

A constant indicating a point of interest during a workout session.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

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)