Timeout
Waits given duration in seconds. This can be used to wait a certain amount of time before continuing to the next Stage
Example:
{
"type": "Timeout",
"options": {
"duration": 5
}
}
Options:
duration
duration in seconds
Type: int
Default: 0