---
title: INSnoozeTasksIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insnoozetasksintentresponsecode/ready
---

# INSnoozeTasksIntentResponseCode.ready

A response code that indicates app readiness.

## Declaration

```swift
case ready
```

## Discussion

Discussion Return this response code during the confirmation phase, after you’ve verified that you’re able to snooze the tasks in the specified task list. Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Response State

- [INSnoozeTasksIntentResponseCode.unspecified](intents/insnoozetasksintentresponsecode/unspecified.md)
- [INSnoozeTasksIntentResponseCode.inProgress](intents/insnoozetasksintentresponsecode/inprogress.md)
- [INSnoozeTasksIntentResponseCode.success](intents/insnoozetasksintentresponsecode/success.md)
- [INSnoozeTasksIntentResponseCode.failure](intents/insnoozetasksintentresponsecode/failure.md)
- [INSnoozeTasksIntentResponseCode.failureRequiringAppLaunch](intents/insnoozetasksintentresponsecode/failurerequiringapplaunch.md)
