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