Contents

isGathering

A Boolean value that indicates whether the receiver is in the initial gathering phase of the query. (read-only)

Declaration

var isGathering: Bool { get }

Discussion

This property contains true when the query is in the initial gathering phase; otherwise, false.

See Also

Running Queries