Conditions
Jump to navigation
Jump to search
General
A condition can be true or false only.
Condition type
A Variable is a condition variable with a Initial value.
A Combination is a condition which is a combination of two existing conditions.
Additionally you can set the following properties:
- Condition 1 and Condition 2 are two conditions which are combined with an Operator
- AND means that the combined condition is true only if both conditions are true, otherwise false.
- OR means that the combined condition is true if at least one of the two conditions is true. The combined condition will only be false if both conditions are false).
- Negate condition result changes the value of the combined condition: false is set to true, true is set to false.