executing
A Boolean value that indicates whether the receiver is executing.
レシーバが遂行中かどうかを指し示すブール値。
cancelled
A Boolean value that indicates whether the receiver is cancelled.
レシーバが取り消されるかどうかを指し示すブール値。
Availability 有効性
Technology
@property(readonly, getter=isFinished) BOOL finished;
YES
if the receiver has finished execution, otherwise NO
.
YES
、もしレシーバが遂行を終了したならば、そうでなければNO
。