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

isStarted

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

Declaration 宣言

var isStarted: Bool { get }

Discussion 議論

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

See Also 参照

Running Queries 照会を実行する