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

# INAddTasksIntentResponseCode.success

You successfully created the task.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after adding the tasks to the task list successfully. Your response should contain the details of the task list and tasks that you changed.

## See Also

### Constants

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