Timer control

From SmartBots Developers Docs
Bot PlaygroundBuilt-in Functions
Revision as of 15:31, 1 July 2016 by Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude> Standard timer control routines of javascript: setTimeout, setInterval etc. </onlyinclude> <syntaxhighlight lang="javascript">...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Standard timer control routines of javascript: setTimeout, setInterval etc.


// Call samples required

You can use standard javascript timer routines: setTimeout/clearTimeout and setInterval/clearInterval. For reference on these functions see official JavaScript reference.

Examples