---
title: status
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insettaskattributeintent/status
---

# status

The status to apply to the task.

## Declaration

```swift
var status: INTaskStatus { get }
```

## Discussion

Discussion If the value of this property is INTaskStatus.unknown, do not attempt to change the status of the task.

## See Also

### Getting the Task Information

- [priority](intents/insettaskattributeintent/priority.md)
- [taskTitle](intents/insettaskattributeintent/tasktitle.md)
- [targetTask](intents/insettaskattributeintent/targettask.md)
- [INTaskStatus](intents/intaskstatus.md)
