Timer control

From SmartBots Developers Docs
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