MDQueryIsGatheringComplete(_:)
Returns true if the first phase of a query, the initial result gathering, has finished.
Declaration
func MDQueryIsGatheringComplete(_ query: MDQuery!) -> BoolParameters
- query:
The query.
Return Value
Returns TRUE if the first phase of a query has completed, otherwise FALSE.