wait
pause the actions queue for an amount of time specified
Function Action Object
Key
value
Description
Uses:
// This will wait for 2 seconds
[
{
"action": "wait",
"options": {
"ms": 2000
}
}
...
// other actions here will run after 2 seconds
]Last updated
Was this helpful?