Instance Method
インスタンスメソッド
cancel()
Changes the cancelled state of the receiver to indicate that it should exit.
レシーバの取り消し状態を変更して、それが退出すべきことを指し示します。
Discussion
議論
The semantics of this method are the same as those used for Operation
. This method sets state information in the receiver that is then reflected by the isCancelled
property. Threads that support cancellation should periodically call the isCancelled
method to determine if the thread has in fact been cancelled, and exit if it has been.
このメソッドの意味論は、Operation
に対して使われるものと同じです。このメソッドは、レシーバの中の状態情報を設定します、それはそれからisCancelled
プロパティによって反映されます。取り消しをサポートするスレッドは、定期的にisCancelled
メソッドを呼び出して、スレッドが実際に取り消されたかどうかを決定して、そしてそれがそうだったならば退出すべきです。
For more information about cancellation and operation objects, see Operation
.
取り消しおよびおべレーションオブジェクトについてさらなる情報として、Operation
を見てください。
See Also
参照
Stopping a Thread
あるスレッドを停止する
Related Documentation
関連文書
var isCancelled: Bool
A Boolean value that indicates whether the receiver is cancelled.
レシーバが取り消されるかどうかを指し示すブール値。