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

isFinished

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

Declaration 宣言

var isFinished: Bool { get }

Discussion 議論

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

See Also 参照

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