clear_timeout method

clear_timeout

Cancels the timeout set with setTimeout() identified by handle.

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

See Also