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

finished

A Boolean value that indicates whether the receiver has finished execution. レシーバが遂行を終了したかどうかを指し示すブール値。

Declaration 宣言

@property(readonly, getter=isFinished) BOOL finished;

Discussion 議論

YES if the receiver has finished execution, otherwise NO. YES、もしレシーバが遂行を終了したならば、そうでなければNO

See Also 参照

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