Change the activation status of a specific script file in a script 'At Program Running' .
void @ScriptSetActiveFile(string scriptfile, int flag);
Parameters
string scriptfile : Script filename to change state
int flag : Active status to change (0=inactive, 1=active)
Return Value
None
Example
ScriptSetActiveFile("test.ctlx", 1);
Description : Activate the status of the test.ctlx script from 'At Program Running' script.
Version Information
Supported Version : 10.2.5 or higher
Related Helps