macaroni

any condition

Description:
The any condition applies the OR logical operator to each contained condition. Thus, if any contained condition is true, the result is true, otherwise the result is false.

Parent: all, any, condition, conditions, none, not , wait
Value: sequence of (condition)

# form
any:
- (condition1)
- (...)

# example
any:
- app: code.exe
- app: notepad.exe

Status: ✅ IMPLEMENTED