func start() -> Bool
Attempts to start the query.
照会を開始しようと試みます。
var isGathering : Bool
A Boolean value that indicates whether the receiver is in the initial gathering phase of the query. (read-only)
レシーバがその照会の最初の収集段階の中にあるかどうかを指し示すブール値。(読み出しのみ)
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.
レシーバの現在の照会が何かさらに結果を収集するのを止めます。