executing
A Boolean value that indicates whether the receiver is executing.
レシーバが遂行中かどうかを指し示すブール値。
finished
A Boolean value that indicates whether the receiver has finished execution.
レシーバが遂行を終了したかどうかを指し示すブール値。
Availability 有効性
Technology
@property(readonly, getter=isCancelled) BOOL cancelled;
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
を返すならば退出すべきです。
- cancel