Instance Property インスタンスプロパティ

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. このプロパティはtrueを含みます、照会が最初の収集段階である時は;そうでなければ、false

See Also 参照

Running Queries 照会を実行する