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.

NameTypeAnnotation
outputfileLog
filenameadditional log file
silently
booleanwithout showing the output.
program
programType
catchErrors
sequence
errorProgram
programTypeexecuted if an error occured
This program is parallelized.