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

cancelled

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

Declaration 宣言

@property(readonly, getter=isCancelled) BOOL cancelled;

Discussion 議論

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

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

See Also 参照

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

Related Documentation 関連文書