Instance Method インスタンスメソッド

stop()

Stops the receiver’s current query from gathering any further results. レシーバの現在の照会が何かさらに結果を収集するのを止めます。

Declaration 宣言

func stop()

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 照会を実行する