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