We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of PKUTIL)
Return Type: timeout ID
Parameters: theDelay ( number ), theFunction ( function )
Executes theFunction after the number of milliseconds specified by theDelay unless cancelled beforehand.
For example:
PKUTIL.delay (100, doSomething); PKUTIL.delay (500, function() { console.log(1); } );
0.1 Introduced
0.2 Docs Valid