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 setPaused.

struct Timer
@nogc nothrow
void
start
(
in double time_sec = -1
)

Meta