This struct represents information about a timer: timerId , interval , and timerType .
See also
registeredTimers()
Constructs a TimerInfo
struct with the given timerId
, interval
, and timerType
.
The timer’s interval.
The timer’s unique id.
The timer’s type
See also
TimerType