clear_timeout method
clear_timeout
Cancels the timeout set with setTimeout() identified by handle.
def clear_timeout(self, handle):
...
Parameter | Type | Description |
---|---|---|
handle | int | The handle. |
See Also
- module
aspose.svg.window
- class
IWindowTimers
Cancels the timeout set with setTimeout() identified by handle.
def clear_timeout(self, handle):
...
Parameter | Type | Description |
---|---|---|
handle | int | The handle. |
aspose.svg.window
IWindowTimers