Contents

MDQueryIsGatheringComplete(_:)

Returns true if the first phase of a query, the initial result gathering, has finished.

Declaration

func MDQueryIsGatheringComplete(_ query: MDQuery!) -> Bool

Parameters

  • query:

    The query.

Return Value

Returns TRUE if the first phase of a query has completed, otherwise FALSE.

See Also

Starting, Stopping and Pausing Queries