---
title: INAddTasksIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inaddtasksintentresponsecode/ready
---

# INAddTasksIntentResponseCode.ready

You’re ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion Return this response code during the confirmation phase after you’ve verified that you’re able to add the tasks to 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

### Constants

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