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