$arrayForEach
will execute an awaited command for each item in the array.
Field | Type | Description | Required |
---|
name | string | Array name. | true |
awaitedCommand | string | Awaited command to executed. | true |
awaitData? | string | Awaited Data. | false |
endCmd? | string | Awaited command to executed when array ends. | false |