GUI mode

 

Hopefully an easy one here:

Can an automise job determine if it is being run from the command line or from the GUI? We'd like to put in some logic to do one thing if run from GUI and do another if running from command line.

 

Thanks!

 

Found the answer in the help… of all places. Who would’ve thought.

Variable %ISINTERACTIVE% is True if the project is run from the GUI