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

# INSnoozeTasksIntentResponseCode.success

A response code that indicates your app succeeded.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after successfully snoozing the tasks in the task list. Your response should contain the details of the task list and tasks that you changed.

## See Also

### Response State

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