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

gathering

A Boolean value that indicates whether the receiver is in the initial gathering phase of the query. (read-only) レシーバがその照会の最初の収集段階の中にあるかどうかを指し示すブール値。(読み出しのみ)

Declaration 宣言

@property(readonly, getter=isGathering) BOOL gathering;

Discussion 議論

This property contains YES when the query is in the initial gathering phase; otherwise, NO. このプロパティはYESを含みます、照会が最初の収集段階である時は;そうでなければ、NO

See Also 参照

Running Queries 照会を実行する