---
title: INCreateTaskListIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/increatetasklistintentresponsecode/ready
---

# INCreateTaskListIntentResponseCode.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 create the task list. Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

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