<!--
{
  "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/INSnoozeTasksTaskResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSnoozeTasksTaskResolutionResult"
  },
  "title" : "INSnoozeTasksTaskResolutionResult"
}
-->

# INSnoozeTasksTaskResolutionResult

A resolution result for snoozing a task.

```
class INSnoozeTasksTaskResolutionResult
```

## Overview

You return an [`INSnoozeTasksTaskResolutionResult`](/documentation/Intents/INSnoozeTasksTaskResolutionResult) object when resolving parameters containing an [`INSnoozeTasksTaskUnsupportedReason`](/documentation/Intents/INSnoozeTasksTaskUnsupportedReason) value. Use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result

[`-  initWithTaskResolutionResult:`](/documentation/Intents/INSnoozeTasksTaskResolutionResult/init(taskResolutionResult:))

Creates an object whose resolution involves successfully snoozing a task.

[`+  unsupportedForReason:`](/documentation/Intents/INSnoozeTasksTaskResolutionResult/unsupported(forReason:))

Creates an object whose resolution requires the user to confirm the task to be snoozed before continuing.

[`INSnoozeTasksTaskUnsupportedReason`](/documentation/Intents/INSnoozeTasksTaskUnsupportedReason)

Constants that indicates the reason the app can’t support the snooze task request.

## Relationships

### Inherits From

[`INTaskResolutionResult`](/documentation/Intents/INTaskResolutionResult)

### Conforms To

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

---

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)