Conditions.bool-condition
Returns True if any of the bool-terms are True
Format
Remarks
A bool-condition consists of one or more bool-term separated by OR operators.
The result of a bool-condition is True if any of the bool-term are True, otherwise
The result of a bool-condition is Unknown if any of the bool-term are Unknown, otherwise
The result of a bool-condition is False only if all of the bool-term are False.
The OR operator is lower precedence than the AND operator.