GroupPrograms
Runs programs in a group, which can be used to structure a config file. If catchErrors is enabled and an error occurs, the remaining programs are skipped and execution continues with errorPrograms, in case any are defined. Otherwise an exception is thrown.
The silently option disables the screen ouput of the programs. With outputfileLog a log file is written for this group additional to a global log file. This might be helpful within LoopPrograms with parallel iterations.
Name | Type | Annotation |
---|---|---|
outputfileLog | filename | additional log file |
silently | boolean | without showing the output. |
program | programType | |
catchErrors | sequence | |
errorProgram | programType | executed if an error occured |