---
title: INSetTaskAttributeIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insettaskattributeintentresponsecode/inprogress
---

# INSetTaskAttributeIntentResponseCode.inProgress

The modification of the task list is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you began adding modifying the task list but did not confirm that the process was complete. You might use this code when a server handles modifications and you have 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 does not return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

## See Also

### Constants

- [INSetTaskAttributeIntentResponseCode.unspecified](intents/insettaskattributeintentresponsecode/unspecified.md)
- [INSetTaskAttributeIntentResponseCode.ready](intents/insettaskattributeintentresponsecode/ready.md)
- [INSetTaskAttributeIntentResponseCode.success](intents/insettaskattributeintentresponsecode/success.md)
- [INSetTaskAttributeIntentResponseCode.failure](intents/insettaskattributeintentresponsecode/failure.md)
- [INSetTaskAttributeIntentResponseCode.failureRequiringAppLaunch](intents/insettaskattributeintentresponsecode/failurerequiringapplaunch.md)
