TimerTask

Undocumented in source.

Constructors

this
this(Duration delay, Handler handler)
Undocumented in source.

Members

Functions

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

Return whether the task is scheduled to run on a Timer.

restart
void restart()

Reschedule the task to run with the same delay from now.

Properties

delay
Duration delay [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
delay
Duration delay [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handleTask
Handler handleTask;
Undocumented in source.

Meta