Managing scripts within scripts
LoadScript("ScriptExample.js")
// this will load or reload the specified scriptUnloadScript("ScriptExample.js")
// this will unload the script, if the script is activetask.waitForScript("ScriptExample.js")
// this will yield the current script calling this function, until the specified script is loaded and runningLast updated
Was this helpful?