macaroni

not condition

Description:
The not condition applies the NOT logical operator to a single contained condition. Thus, if the contained condition is true, the result is false, otherwise, it’s true.

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

# form
not:
  (condition1)

# example
not:
  app: code.exe