start method

void start()

Implementation

void start() {
  if (isActive || isExpired) {
    return;
  }

  _startTimer();
}