AsyncTimer

Timer struct used by setTimeout and setInverval. Does not contains timer functionality itself.

Members

Functions

await
void await()

Will sleep until timer is finished (not recommended with interval)

start
void start()

Will do nothing, used by timeout and interval

stop
void stop()

Stops timer (timeout and interval execution)

Properties

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

Meta