activeTimer method

bool activeTimer()

Implementation

bool activeTimer() {
  return _timer != null;
}