⏰ after (time) do (statements)
In the toolbox
Schedule a task to run after a certain amount of time.
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
time | time | ✓ | The amount of time to wait. |
statements | statements… | ✓ | The statements to execute after the specified time has elapsed. |
Output
void - This is a statement with no outputs