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

valid

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

Declaration 宣言

@property(readonly, getter=isValid) BOOL valid;

Discussion 議論

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

See Also 参照

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