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

# INCreateTaskListIntentResponseCode

Constants indicating the state of the response.

```
enum INCreateTaskListIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INCreateTaskListIntentResponseCode/unspecified)

The response didn’t specify a response code.

[`case ready`](/documentation/Intents/INCreateTaskListIntentResponseCode/ready)

You’re ready to handle the intent.

[`case inProgress`](/documentation/Intents/INCreateTaskListIntentResponseCode/inProgress)

Task list creation is still in progress.

[`case success`](/documentation/Intents/INCreateTaskListIntentResponseCode/success)

You successfully created the task list.

[`case failure`](/documentation/Intents/INCreateTaskListIntentResponseCode/failure)

You were unable to create the task list.

[`case failureRequiringAppLaunch`](/documentation/Intents/INCreateTaskListIntentResponseCode/failureRequiringAppLaunch)

The user must create the task list from within your app.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INCreateTaskListIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)