* Returns if the timer has been started. * @return Running state. */
| 97 | * @return Running state. |
| 98 | */ |
| 99 | bool Timer::isRunning() const |
| 100 | { |
| 101 | return _running; |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * The timer keeps calculating the passed time while it's running, |
no outgoing calls
no test coverage detected