up: ZUT | index | Zimbu documentation |
A Timer is used to postpone a callback to be invoked. The Timer fires once. To trigger multiple times use an Interval. Currently only implemented for Javascript.
|
PROC NEW(proc<> callback, int time) @public
PROC $cancel() @public
PROC $fire() @public
PROC $restart() @public
PROC $restart(int time) @public
|
Copyright 2014 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |