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

# status

The completion state to look for when searching for tasks.

## Declaration

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

## Discussion

Discussion When the value of this property is INTaskStatus.unknown, don’t consider the status of a task when performing your search. For other values, include tasks in your search results only when their status matches the specified value.

## See Also

### Searching for Tasks by Their Status

- [INTaskStatus](intents/intaskstatus.md)
