Timer

Undocumented in source.

Constructors

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

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()
Undocumented in source. Be warned that the author may not have intended to support it.

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]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tick
Event!(Timer, EventArgs) tick;
Undocumented in source.

Meta