Comments are an important part when building a process. The Comment command is used to explain any line(s) of code that appear to be ambiguous. Comments should be used to make the process statements easier to understand. Comments are not executable instructions or displayed during execution. The goal of comments is to aid readability of the process statements.
Enter the text of the comment in the Parameters Comment entry box.
Field |
Description |
---|---|
Label |
Specifies the unique label of this process command. This label allows other commands to branch to this command. The label that you type here appears in the Label column on the EC Gateway Process Window. |
Disable command |
Disabling the command will allow temporary modification of the process statements. This allows for testing of the statements for error-free robustness. The command that has been disabled will not show in the script file (.pfs file). |
Comment |
Specify how the code operates here. |