---
title: INDeleteTasksTaskResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/indeletetaskstaskresolutionresult
---

# INDeleteTasksTaskResolutionResult

A resolution result for deleting tasks.

## Declaration

```swift
class INDeleteTasksTaskResolutionResult
```

## Overview

Overview You return an INDeleteTasksTaskResolutionResult object when resolving parameters containing an INDeleteTasksTaskUnsupportedReason value. Use the creation method that best reflects your ability to resolve the parameter successfully. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result

- [init(taskResolutionResult:)](intents/indeletetaskstaskresolutionresult/init(taskresolutionresult:).md)
- [unsupported(forReason:)](intents/indeletetaskstaskresolutionresult/unsupported(forreason:).md)
- [INDeleteTasksTaskUnsupportedReason](intents/indeletetaskstaskunsupportedreason.md)

## Relationships

### Inherits From

- [INTaskResolutionResult](intents/intaskresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Task Deletion

- [INDeleteTasksIntentHandling](intents/indeletetasksintenthandling.md)
- [INDeleteTasksIntent](intents/indeletetasksintent.md)
- [INDeleteTasksIntentResponse](intents/indeletetasksintentresponse.md)
- [INDeleteTasksTaskListResolutionResult](intents/indeletetaskstasklistresolutionresult.md)
