---
title: INPauseWorkoutIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inpauseworkoutintentresponsecode/ready
---

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

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