---
title: INEndWorkoutIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inendworkoutintentresponsecode/ready
---

# INEndWorkoutIntentResponseCode.ready

A response code that indicates app readiness.

## Declaration

```swift
case ready
```

## 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

- [INEndWorkoutIntentResponseCode.unspecified](intents/inendworkoutintentresponsecode/unspecified.md)
- [INEndWorkoutIntentResponseCode.continueInApp](intents/inendworkoutintentresponsecode/continueinapp.md)
- [INEndWorkoutIntentResponseCode.success](intents/inendworkoutintentresponsecode/success.md)
- [INEndWorkoutIntentResponseCode.handleInApp](intents/inendworkoutintentresponsecode/handleinapp.md)
- [INEndWorkoutIntentResponseCode.failure](intents/inendworkoutintentresponsecode/failure.md)
- [INEndWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/inendworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INEndWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/inendworkoutintentresponsecode/failurenomatchingworkout.md)
