Struct TimerInfo

struct TimerInfo

Constructors

NameDescription
this ()
this (intervalMillis, handler)

Fields

TypeNameDescription
ulong
nextID

Properties

TypeNameDescription
ulong
id[get] Unique ID of timer
long
interval[get] Timer interval, milliseconds
bool
isValid[get] Returns true if timer is not yet cancelled
long
nextTimestamp[get] Next timestamp to invoke timer at, milliseconds

Methods

NameDescription
cancel () Cancel timer
notify () Notify the target widget
opCmp (b)
opEquals (b)