Instance Property
インスタンスプロパティ
userInfo
The receiver's userInfo
object.
レシーバのもつuserInfo
オブジェクト。
Declaration
宣言
var userInfo: Any? { get }
Discussion
議論
Do not access this property after the timer is invalidated. Use isValid
to test whether the timer is valid.
このプロパティにタイマーが無効にされた後にアクセスしないでください。isValid
を使ってタイマーが有効かどうかテストしてください。
See Also
参照
Retrieving Timer Information
タイマー情報を取って来る
var isValid: Bool
A Boolean value that indicates whether the timer is currently valid.
タイマーが現在有効であるかどうかを指し示すブール値。
Related Documentation
関連文書
func invalidate()
Stops the timer from ever firing again and requests its removal from its run loop.
タイマーがこれから先再び発火するのを妨げます、そしてそれの実行ループからのそれの除去を要請します。