Timer

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(void delegate(Timer) dg)
this(void delegate(Object, EventArgs) dg)
this(void delegate(Timer, EventArgs) dg)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
onTick
void onTick(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()

Properties

enabled
bool enabled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property getter]
interval
size_t interval [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
interval
size_t interval [@property getter]

Variables

tick
Event!(Timer, EventArgs) tick;

Meta