Timer

Timer structure.

Members

Functions

isActual
bool isActual()

Indicates whether the timer is in effect.

remainder
Duration remainder()

Shows the remaining time.

tick
bool tick()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

duration
Duration duration;

Timer duration

isRepeat
bool isRepeat;

Is repeat?

onEnd
void delegate() @(safe) onEnd;

Timer callback

start
MonoTime start;

Timer start time

Meta