<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPauseWorkoutIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INPauseWorkoutIntentResponseCode"
  },
  "title" : "INPauseWorkoutIntentResponseCode"
}
-->

# INPauseWorkoutIntentResponseCode

Constants that indicate the response state.

```
enum INPauseWorkoutIntentResponseCode
```

## Topics

### Response State

[`INPauseWorkoutIntentResponseCodeUnspecified`](/documentation/Intents/INPauseWorkoutIntentResponseCode/unspecified)

A response code that indicates an unknown state.

[`INPauseWorkoutIntentResponseCodeReady`](/documentation/Intents/INPauseWorkoutIntentResponseCode/ready)

A response code that indicates app readiness.

[`INPauseWorkoutIntentResponseCodeContinueInApp`](/documentation/Intents/INPauseWorkoutIntentResponseCode/continueInApp)

A response code that indicates your app extension is ready to transfer control to the app to start the workout.

[`INPauseWorkoutIntentResponseCodeSuccess`](/documentation/Intents/INPauseWorkoutIntentResponseCode/success)

A response code that indicates your app succeeded.

[`INPauseWorkoutIntentResponseCodeHandleInApp`](/documentation/Intents/INPauseWorkoutIntentResponseCode/handleInApp)

A response code that indicates you want to handle the intent in your app instead.

[`INPauseWorkoutIntentResponseCodeFailure`](/documentation/Intents/INPauseWorkoutIntentResponseCode/failure)

A response code that indicates you were unable to start the specified workout.

[`INPauseWorkoutIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INPauseWorkoutIntentResponseCode/failureRequiringAppLaunch)

A response code that indicates the user must launch your app to start the workout.

[`INPauseWorkoutIntentResponseCodeFailureNoMatchingWorkout`](/documentation/Intents/INPauseWorkoutIntentResponseCode/failureNoMatchingWorkout)

A response code that indicates you didn’t find the specified workout.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)