Last updated: Jan 27, 2020 11:57
Evaluates a counter against a defined number. This evaluation includes multiple possible operators such as Greater, Equal and Not equal.
Parameters
Name | REST Name | Type | Default | Description |
---|---|---|---|---|
Counter variable* | counter | INTEGER | The variable containing the counter value. | |
Operator* | operator = (Equal) != (Not equal) > (Greater) >= (Greater or equal) < (Less) <= (Less or equal) | STRING | The evaluation to be performed on the counter. Equal Not equal Greater Greater or equal Less Less or equal | |
Value* | value | INTEGER | The value associated with the evaluation. |
* Mandatory parameter