<!--
{
  "availability" : [
    "iOS: 13.0.0 - 27.0.0",
    "iPadOS: 13.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 6.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSnoozeTasksIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSnoozeTasksIntentResponseCode"
  },
  "title" : "INSnoozeTasksIntentResponseCode"
}
-->

# INSnoozeTasksIntentResponseCode

Constants that indicate the response state.

```
enum INSnoozeTasksIntentResponseCode
```

## Topics

### Response State

[`INSnoozeTasksIntentResponseCodeUnspecified`](/documentation/Intents/INSnoozeTasksIntentResponseCode/unspecified)

A response code that indicates an unknown state.

[`INSnoozeTasksIntentResponseCodeReady`](/documentation/Intents/INSnoozeTasksIntentResponseCode/ready)

A response code that indicates app readiness.

[`INSnoozeTasksIntentResponseCodeInProgress`](/documentation/Intents/INSnoozeTasksIntentResponseCode/inProgress)

A response code that indicates deletion is still in progress.

[`INSnoozeTasksIntentResponseCodeSuccess`](/documentation/Intents/INSnoozeTasksIntentResponseCode/success)

A response code that indicates your app succeeded.

[`INSnoozeTasksIntentResponseCodeFailure`](/documentation/Intents/INSnoozeTasksIntentResponseCode/failure)

A response code that indicates you were unable to snooze the task.

[`INSnoozeTasksIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INSnoozeTasksIntentResponseCode/failureRequiringAppLaunch)

A response code that indicates the user must launch your app to snooze the tasks.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)