For setting a pause, DSS there is a script.setTimeout() API - is there any for CCS scripting console solely? I mean I tried
importPackage(Packages.com.ti.ccstudio.scripting.environment);
var script = ScriptingEnvironment.instance();
script.setTimeout(15000);
in a .js file loaded to the Scripting console. But it had no effect