<!--
{
  "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/INResumeWorkoutIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INResumeWorkoutIntentResponseCode"
  },
  "title" : "INResumeWorkoutIntentResponseCode"
}
-->

# INResumeWorkoutIntentResponseCode

Constants that indicate the response state.

```
enum INResumeWorkoutIntentResponseCode
```

## Topics

### Response State

[`INResumeWorkoutIntentResponseCode.unspecified`](/documentation/Intents/INResumeWorkoutIntentResponseCode/unspecified)

A response code that indicates an unknown state.

[`INResumeWorkoutIntentResponseCode.ready`](/documentation/Intents/INResumeWorkoutIntentResponseCode/ready)

A response code that indicates app readiness.

[`INResumeWorkoutIntentResponseCode.continueInApp`](/documentation/Intents/INResumeWorkoutIntentResponseCode/continueInApp)

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

[`INResumeWorkoutIntentResponseCode.success`](/documentation/Intents/INResumeWorkoutIntentResponseCode/success)

A response code that indicates your app succeeded.

[`INResumeWorkoutIntentResponseCode.handleInApp`](/documentation/Intents/INResumeWorkoutIntentResponseCode/handleInApp)

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

[`INResumeWorkoutIntentResponseCode.failure`](/documentation/Intents/INResumeWorkoutIntentResponseCode/failure)

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

[`INResumeWorkoutIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INResumeWorkoutIntentResponseCode/failureRequiringAppLaunch)

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

[`INResumeWorkoutIntentResponseCode.failureNoMatchingWorkout`](/documentation/Intents/INResumeWorkoutIntentResponseCode/failureNoMatchingWorkout)

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



---

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)