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

# INCreateTaskListIntentResponseCode.inProgress

Task list creation is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you initiated the task list creation process but didn’t receive a timely response. You might use this code when a server handles creation and you haven’t 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

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