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

isRunning

A status that indicates whether the receiver is still running.

Declaration 宣言

var isRunning: Bool { get }

Return Value 戻り値

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

See Also 参照

Querying the Process State

Related Documentation 関連文書