ATC: BACKGROUND

If this command appears anywhere in a ROUTE workflow script, the entire script is run in the background (even if the command is in an ATC: IF command). This command does not apply to the Workflow Library or event driven scripts.

Example

ATC: BACKGROUND
ATC: CALL TheRealWorkDoneByATC

The above example means “run the script in the background.”


Last updated: September 19, 2017 at 11:32 am;  

Related Post

ATC: DUEATC: DUE

ATC: DUE option(s)  INTO $variable This command sets the document due date (or optionally, sets it to a specific day of the month) or creates a variable with the date

ATC: STATUSATC: STATUS

ATC: STATUS statuscode This command sets the status code on the current document to the value specified.  This command is the same as ATC: SET STATUS = statuscode is required.

ATC: ADD WBCODEATC: ADD WBCODE

ATC: ADD WBCODE costcode description |  FROM projectid  LIKE mask This command adds one or more cost codes to the project identified by the current target document. No save is required. This command is