| Constructor Summary | |
|---|---|
| Public | Core.Web.Scheduler.MethodRunnable()Creates a new Runnable. |
| Instance Field Summary | |
|---|---|
| Public | fThe function to invoke. |
| Instance Method Summary | |
|---|---|
| Public, Virtual | run()Default run() implementation. |
| Methods inherited from class Core.Web.Scheduler.Runnable |
run |
time
(Number)
- the time interval, in milliseconds, after which the Runnable should be executed
(may be null/undefined to execute task immediately, in such cases repeat must be false)repeat
(Boolean)
- a flag indicating whether the task should be repeatedf
(Function)
- a function to invoke, may be null/undefined