<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INIntentHandlingStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INIntentHandlingStatus"
  },
  "title" : "INIntentHandlingStatus"
}
-->

# INIntentHandlingStatus

Constants indicating the current state of the interaction.

```
enum INIntentHandlingStatus
```

## Topics

### Constants

[`INIntentHandlingStatusUnspecified`](/documentation/Intents/INIntentHandlingStatus/unspecified)

The status of the interaction is unknown. This is the default value.

[`INIntentHandlingStatusReady`](/documentation/Intents/INIntentHandlingStatus/ready)

The intent is ready to be handled, but has not yet been handled.

[`INIntentHandlingStatusInProgress`](/documentation/Intents/INIntentHandlingStatus/inProgress)

The Intents extension is in the process of handling the intent.

[`INIntentHandlingStatusSuccess`](/documentation/Intents/INIntentHandlingStatus/success)

The Intents extension successfully handled the intent.

[`INIntentHandlingStatusFailure`](/documentation/Intents/INIntentHandlingStatus/failure)

The Intents extension encountered an unrecoverable problem when handling the intent.

[`INIntentHandlingStatusDeferredToApplication`](/documentation/Intents/INIntentHandlingStatus/deferredToApplication)

The Intents extension asked its associated app to handle the intent.

[`INIntentHandlingStatusUserConfirmationRequired`](/documentation/Intents/INIntentHandlingStatus/userConfirmationRequired)

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)