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