Counter update command
Updates a counter variable. It is possible to increase or decrease the value of a counter and set it to a specific value.
Parameters
| Name | Type | Possible values | Description |
|---|---|---|---|
|
Counter variable* |
Number |
|
The variable containing the counter value. |
|
Operation* |
String |
Increase | Decrease | Set |
The counter operation to perform. |
|
Value* |
Number |
The value associated with the operation. |
|
|
Comment |
String |
Adds a comment to the script. |
|
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory