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.html.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.html.windowIWindowTimers