Condition Action

The condition action can stop the queue of a action list with a defined condition.

Further more the condition action can also “route” the action list to a new queue of actions. (sub actions)

Modes

The condition action has the following modes which effected the main- and sub queue differently:

Mode Condition state main queue sub queue
continue queue true run run
continue queue false run stop
Mode Condition state main queue sub queue
if false – Stop queue true run run
if false – Stop queue false stop stop
Mode Condition state main queue sub queue
if true – Stop queue true stop run
if true – Stop queue false run stop

Condition Parameter

The condition parameter can be a link to any parameter.

The condition has different options which will be used to prove the given value to define the condition state:

  • is equal
  • is not equal
  • is bigger than
  • is bigger or equal
  • is smaller then
  • is smaller or equal

Sub Actions

Sub actions can be added like within a normal actions list.