Get the activation status of the script 'At Program Running'.
int @ScriptGetActiveAll();
Parameters
None
Return Value
Returns the current script activation status. (1=active, 0=inactive)
Example
active = ScriptGetActiveAll();
Description : Get the current full script activation state and return it to the active variable.
Version Information
Supported Version : 10.2.5 or higher
Related Helps