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

# INAddTasksIntentResponseCode.inProgress

The addition of tasks into the task list is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you began adding tasks to the task list but didn’t confirm that the process was complete. You might use this code when a server handles the creation and you’ve not yet received a confirmation from that server. When handling the intent, you might want to first configure a timer to fire if your server doesn’t return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

## See Also

### Constants

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