Skip to main content

Delay Action

The StacDelayAction allows you to do nothing for a specified duration.

Delay Action Properties

PropertyTypeDescription
millisecondsintThe amount of time (in milliseconds) we want to wait for

Delay Action JSON

{
    "actionType": "delay",
    "milliseconds": 1000
},

I