set_timeout method
set_timeout
Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.
Returns
The handle
def set_timeout(self, handler, timeout, args):
...
Parameter | Type | Description |
---|---|---|
handler | any | The handler. |
timeout | int | The timeout. |
args | list | The arguments. |
See Also
- module
aspose.svg.window
- class
IWindowTimers