---
title: status
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/spotlightsearchtool/searchreply/status-swift.property
---

# status

An indicator of whether the current query is complete or still in progress.

## Declaration

```swift
let status: SpotlightSearchTool.SearchReply.Status
```

## Discussion

Discussion The of this property is SpotlightSearchTool.SearchReply.Status.partial when the system has more replies to deliver for the same queryToken value. When delivering the last reply for a query, the tool sets this value to SpotlightSearchTool.SearchReply.Status.complete. Use this value to track changes to the current query. For example, you might choose to partition data for each query and display them separately in your interface.

## See Also

### Getting the reply details

- [content](corespotlight/spotlightsearchtool/searchreply/content-swift.property.md)
- [label](corespotlight/spotlightsearchtool/searchreply/label.md)
- [SpotlightSearchTool.SearchReply.Content](corespotlight/spotlightsearchtool/searchreply/content-swift.enum.md)
- [SpotlightSearchTool.SearchReply.Status](corespotlight/spotlightsearchtool/searchreply/status-swift.enum.md)
