start method

void start()

Implementation

void start() {
  startTime = now();

  oldTime = startTime;
  elapsedTime = 0;
  running = true;
}