set_timeout method

set_timeout

Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.

Returns

The handle

def set_timeout(self, handler, timeout, args):
    ...
ParameterTypeDescription
handleranyThe handler.
timeoutintThe timeout.
argslistThe arguments.

See Also