---
title: INSnoozeTasksIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insnoozetasksintentresponsecode/inprogress
---

# INSnoozeTasksIntentResponseCode.inProgress

A response code that indicates deletion is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you began snoozing tasks in the task list but didn’t confirm that the process was complete. For example, when a server handles the snoozing 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

- [INSnoozeTasksIntentResponseCode.unspecified](intents/insnoozetasksintentresponsecode/unspecified.md)
- [INSnoozeTasksIntentResponseCode.ready](intents/insnoozetasksintentresponsecode/ready.md)
- [INSnoozeTasksIntentResponseCode.success](intents/insnoozetasksintentresponsecode/success.md)
- [INSnoozeTasksIntentResponseCode.failure](intents/insnoozetasksintentresponsecode/failure.md)
- [INSnoozeTasksIntentResponseCode.failureRequiringAppLaunch](intents/insnoozetasksintentresponsecode/failurerequiringapplaunch.md)
