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

stopped

A Boolean value that indicates whether the query has stopped. 照会が停止したかどうかを指し示すブール値。

Declaration 宣言

@property(readonly, getter=isStopped) BOOL stopped;

Discussion 議論

This property contains YES when the receiver has stopped the query; otherwise, NO. このプロパティはYESをレシーバが照会を停止した場合は含みます;そうでなければNO

See Also 参照

Running Queries 照会を実行する