none conditionDescription:
The none condition applies the OR logical operator to each contained condition, and then NOTs the result.
Thus, if any contained condition is true, the result is false, otherwise the result is true.
Parent: all, any, condition, conditions, none, not , wait
Value: sequence of (condition)
# form
none:
- (condition1)
- (...)
# example
none:
- app: code.exe
- app: notepad.exe
Status: ✅ IMPLEMENTED