Forums

Full Version: Time out in dashboard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Script to use time out in dashboard

var id = setTimeout(function() {   

sdk.setContext( 'timeout', '1' );


  }, 30000);\


Above script will wait for 30 seconds and execute the script written inside of it i.e. setting the context