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

isExecuting

A Boolean value that indicates whether the receiver is executing. レシーバが遂行中かどうかを指し示すブール値。

Declaration 宣言

var isExecuting: Bool { get }

Discussion 議論

true if the receiver is executing, otherwise false. true、もしレシーバが遂行中ならば、そうでなければfalse

See Also 参照

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