wait
WaitingPauses execution for a fixed duration.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
timeout | number | Yes | — | Wait duration in milliseconds |
Usage Example
RTILA X PROJECT JSON
{
"command": "wait",
"params": {
"timeout": 2000
}
}
Related Scenarios
- View /scenarios/scheduling/1 · scheduling
Related Learning Articles
Was this helpful?
Thank you for your feedback!