---
title: INCancelWorkoutIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/incancelworkoutintentresponsecode/ready
---

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

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