var isStarted : Bool
A Boolean value that indicates whether the query has started. (read-only)
照会が始まったかどうかを指し示すブール値。(読み出しのみ)
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)
レシーバがその照会の最初の収集段階の中にあるかどうかを指し示すブール値。(読み出しのみ)
func stop()
Stops the receiver’s current query from gathering any further results.
レシーバの現在の照会が何かさらに結果を収集するのを止めます。