var isStarted : Bool
A Boolean value that indicates whether the query has started. (read-only)
照会が始まったかどうかを指し示すブール値。(読み出しのみ)
func start() -> Bool
Attempts to start the query.
照会を開始しようと試みます。
var isStopped : Bool
A Boolean value that indicates whether the query has stopped.
照会が停止したかどうかを指し示すブール値。
func stop()
Stops the receiver’s current query from gathering any further results.
レシーバの現在の照会が何かさらに結果を収集するのを止めます。