---
title: INStartWorkoutIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/instartworkoutintentresponsecode/ready
---

# INStartWorkoutIntentResponseCode.ready

A response code that indicates app readiness.

## Declaration

```swift
case ready
```

## Mentioned in

Confirming the Details of an Intent

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Response State

- [INStartWorkoutIntentResponseCode.unspecified](intents/instartworkoutintentresponsecode/unspecified.md)
- [INStartWorkoutIntentResponseCode.continueInApp](intents/instartworkoutintentresponsecode/continueinapp.md)
- [INStartWorkoutIntentResponseCode.success](intents/instartworkoutintentresponsecode/success.md)
- [INStartWorkoutIntentResponseCode.handleInApp](intents/instartworkoutintentresponsecode/handleinapp.md)
- [INStartWorkoutIntentResponseCode.failure](intents/instartworkoutintentresponsecode/failure.md)
- [INStartWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/instartworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INStartWorkoutIntentResponseCode.failureOngoingWorkout](intents/instartworkoutintentresponsecode/failureongoingworkout.md)
- [INStartWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/instartworkoutintentresponsecode/failurenomatchingworkout.md)
