Difference between revisions of "Bot Playground/Built-in Functions/Timer control"
From SmartBots Developers Docs
Jump to: navigation, search
m (Gg moved page Bot Playground/Commands/Timer control to Bot Playground/Built-in Functions/Timer control) |
|
(No difference)
|
Revision as of 14:48, 6 October 2016
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
- Timer control