Function Timer.start

Starts the timer. Sets wait_time to time_sec if time_sec > 0. This also resets the remaining time to wait_time. Note: this method will not resume a paused timer. See paused.

void start (
  const(double) time_sec = -1
) nothrow @nogc;