setTimeout method
Calls a specified function after a specified number of milliseconds.
Syntax
object.setTimeout(handler, timeout, args, retVal)Parameters
- handler [in]
-
Type: any
- timeout [in, optional]
-
Type: any
- args [in]
-
Type: any
- retVal [out, retval]
-
Type: Integer
Show: