Contents

status

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

Declaration

let status: SpotlightSearchTool.SearchReply.Status

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