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

isStopped

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

Declaration 宣言

var isStopped: Bool { get }

Discussion 議論

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

See Also 参照

Running Queries 照会を実行する