zero.Timer.pause¶
- Timer.pause()[source]¶
Pause the timer.
If the timer is running, the method pauses the timer. If the timer is already on pause, the method does nothing.
- Raises
AssertionError – if the timer is just created or just reset.
- Return type