Instance Method
インスタンスメソッド
stop()
Stops the receiver’s current query from gathering any further results.
レシーバの現在の照会が何かさらに結果を収集するのを止めます。
Discussion
議論
The receiver first completes gathering any unprocessed results. If a query is stopped before the gathering phase finishes, it does not post an NSMetadataQueryDidStartGatheringNotification
notification.
レシーバは最初にあらゆる未加工の結果を収集することを完了します。ある照会がその収集段階をやり終える前に停止するならば、それはNSMetadataQueryDidStartGatheringNotification
通知を投函しません。
You call this function to stop a query that is generating too many results to be useful but you still want to access the available results. If the receiver is sent a startQuery
message after performing this method, the existing results are discarded.
あなたはこの関数を呼び出すことで、有用であるには多すぎる結果を生成しているがあなたが利用可能な結果にアクセスすることをまだ望む、ある照会を停止します。レシーバがstartQuery
メッセージをこのメソッドを実行した後に送信されるならば、既存の結果は廃棄されます。
See Also
参照
Running Queries
照会を実行する
var isStarted: Bool
A Boolean value that indicates whether the query has started. (read-only)
照会が始まったかどうかを指し示すブール値。(読み出しのみ)
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.
照会が停止したかどうかを指し示すブール値。