restart method

void restart()

Implementation

void restart() {
  _cancel();
  _rt = targetTime;
  onNotify();
  _continue();
}