Module Timer
The class that's used to create and manage Timers.
Info:
- Copyright: Debaru Kft. 2017
- Release:
- License: GNU
- Author: Debaru Kft
Functions
| Timer () | Creates a Timer instance. |
| start (time_ms) | Starts a Timer. |
| reset () | Resets a Timer. |
| running () | Returns true if the Timer is still running. |
| expired () | Returns true if the Timer has expired. |