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

isValid

A Boolean value that indicates whether the timer is currently valid. タイマーが現在有効であるかどうかを指し示すブール値。

Declaration 宣言

var isValid: Bool { get }

Discussion 議論

true if the receiver is still capable of firing or false if the timer has been invalidated and is no longer capable of firing. true、もしレシーバが依然として発火する能力があるならば、またはfalse、もしタイマーが無効にされてしまってもはや発火する能力がないならば。

See Also 参照

Retrieving Timer Information タイマー情報を取って来る