class vaseGui::Timer
sys::Obj
vaseGui::Timer
@Js
Call the specified function on the UI thread's event loop
-
cancel
-
Void cancel()
Cancel the Timer
-
canceled
-
Bool canceled := true { private set }
Cancels this timer task.
-
make
-
new make(Int period, Func<Void> onTimeOut)
-
period
-
Int period
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
-
start
-
Void start()
Starts the Timer