Instance Property インスタンスプロパティ

isCancelled

A Boolean value that indicates whether the receiver is cancelled. レシーバが取り消されるかどうかを指し示すブール値。

Declaration 宣言

var isCancelled: Bool { get }

Discussion 議論

true if the receiver has been cancelled, otherwise false. true、もしレシーバが取り消されたならば、そうでなければfalse

If your thread supports cancellation, it should check this property periodically and exit if it ever returns true. あなたのスレッドが取り消しをサポートするならば、それはこのプロパティを定期的に検査してそれがともかくtrueを返すならば退出すべきです。

See Also 参照

Determining the Thread’s Execution State スレッドのもつ遂行状態を決定する

Related Documentation 関連文書