isActive method

bool isActive()

Check if the timer is active.

Implementation

bool isActive() {
  return _isActive;
}