IfPrograms
Runs a list of programs if a condition is met. Otherwise elsePrograms are executed.
Name | Type | Annotation |
---|---|---|
condition | condition | |
program | programType | executed if condition evaluates to true |
elseProgram | programType | executed if condition evaluates to false |