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

started

A Boolean value that indicates whether the query has started. (read-only) 照会が始まったかどうかを指し示すブール値。(読み出しのみ)

Declaration 宣言

@property(readonly, getter=isStarted) BOOL started;

Discussion 議論

This property contains YES when the receiver has executed the startQuery method; otherwise, NO. このプロパティはYESをレシーバがstartQueryメソッドを実行した場合は含みます;そうでなければNO

See Also 参照

Running Queries 照会を実行する