clear_interval method

clear_interval

Cancels the timeout set with setInterval() identified by handle

def clear_interval(self, handle):
    ...
ParameterTypeDescription
handleintThe handle.

See Also