---
title: INDeleteTasksIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/indeletetasksintentresponsecode/inprogress
---

# INDeleteTasksIntentResponseCode.inProgress

A response code that indicates deletion is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you began deleting tasks from the task list but didn’t confirm the process was complete. For example, when a server handles the deletion and you’ve not yet received a confirmation from that server. 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

### Response state

- [INDeleteTasksIntentResponseCode.unspecified](intents/indeletetasksintentresponsecode/unspecified.md)
- [INDeleteTasksIntentResponseCode.ready](intents/indeletetasksintentresponsecode/ready.md)
- [INDeleteTasksIntentResponseCode.success](intents/indeletetasksintentresponsecode/success.md)
- [INDeleteTasksIntentResponseCode.failure](intents/indeletetasksintentresponsecode/failure.md)
- [INDeleteTasksIntentResponseCode.failureRequiringAppLaunch](intents/indeletetasksintentresponsecode/failurerequiringapplaunch.md)
