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: ATTACH ASSEMBLEATC: ATTACH ASSEMBLE

ATC: ATTACH ASSEMBLE options  This command assembles all attachments that are flagged as Incl=Assemble (on the document’s Attachment tab) and attaches that assembled PDF file to the target document. options are optional.  There are several

ATC: FOREACHATC: FOREACH

ATC: FOREACH table  BY sortfield WITH filter; This command begins a block of commands that will repeat once for each row in the specified table (that matches the filter). The