---
title: INSetTaskAttributeIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insettaskattributeintentresponsecode/success
---

# INSetTaskAttributeIntentResponseCode.success

You successfully modified the task attributes.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after modifying the task successfully. Your response should contain the details of the updated task information.

## See Also

### Constants

- [INSetTaskAttributeIntentResponseCode.unspecified](intents/insettaskattributeintentresponsecode/unspecified.md)
- [INSetTaskAttributeIntentResponseCode.ready](intents/insettaskattributeintentresponsecode/ready.md)
- [INSetTaskAttributeIntentResponseCode.inProgress](intents/insettaskattributeintentresponsecode/inprogress.md)
- [INSetTaskAttributeIntentResponseCode.failure](intents/insettaskattributeintentresponsecode/failure.md)
- [INSetTaskAttributeIntentResponseCode.failureRequiringAppLaunch](intents/insettaskattributeintentresponsecode/failurerequiringapplaunch.md)
