start method

void start()

Sets start timestamp. Can be called multiple times - timestamp is updated and delay postponed.

Implementation

void start() {
  _start = DateTime.now();
}