.. include:: headings.inc .. _TimerRunner: ========================================================================================================================================== |phoenix_title| **TimerRunner** ========================================================================================================================================== Starts the timer in its constructor, stops in the dtor. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **TimerRunner** .. raw:: html

Inheritance diagram of TimerRunner

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~TimerRunner.__init__` :meth:`~TimerRunner.Start` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: TimerRunner(object) Starts the timer in its constructor, stops in the dtor. **Possible constructors**:: TimerRunner(timer) TimerRunner(timer, milli, oneShot=False) .. method:: __init__(self, *args, **kw) |overload| **Overloaded Implementations**: **~~~** **__init__** `(self, timer)` :param `timer`: :type `timer`: Timer **~~~** **__init__** `(self, timer, milli, oneShot=False)` :param `timer`: :type `timer`: Timer :param `milli`: :type `milli`: int :param `oneShot`: :type `oneShot`: bool **~~~** .. method:: Start(self, milli, oneShot=False) :param `milli`: :type `milli`: int :param `oneShot`: :type `oneShot`: bool