Starts the timer in its constructor, stops in the dtor.
Possible constructors:
TimerRunner(timer) -> None
TimerRunner(timer, milli, oneShot=False) -> None
Starts the timer in its constructor, stops in the dtor.
__init__ (self, timer)
timer (wx.Timer)
None
__init__ (self, timer, milli, oneShot=False)
timer (wx.Timer)
milli (int)
oneShot (bool)
None
milli (int)
oneShot (bool)
None