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

running

A status that indicates whether the receiver is still running.

Declaration 宣言

@property(readonly, getter=isRunning) BOOL running;

Return Value 戻り値

YES if the receiver is still running, otherwise NO. NO means either the receiver could not run or it has terminated. YES、もしレレーバがまだ実行中であるならば、そうでなければNONOは、レシーバが実行できなかったまたはそれが終了されたのどちらかを意味します。

See Also 参照

Querying the Task State タスク状態を問い合わせる

Related Documentation 関連文書