IWindowTimers class
IWindowTimers class
Allows authors to schedule timer-based callbacks.
The IWindowTimers type exposes the following members:
Methods
| Method | Description | 
|---|---|
| set_timeout | Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler. | 
| clear_timeout | Cancels the timeout set with setTimeout() identified by handle. | 
| set_interval | Schedules a timeout to run handler every timeout milliseconds. Any arguments are passed straight through to the handler. | 
| clear_interval | Cancels the timeout set with setInterval() identified by handle | 
See Also
- module aspose.html.window