start method

void start()

Start the timer

Implementation

void start() {
  _state.start();
}