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

# INCreateTaskListIntentResponseCode.success

You successfully created the task list.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after creating the task list successfully. Your response should contain the details of the task list that you created.

## See Also

### Constants

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