All Commands
All Program Flow
Commands
SLEEP
This will pause processing for a number of seconds.
It is the most efficient way of adding a delay to the code and it wont affect your total processing time.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | dur | 1 | Expression | The number of seconds to sleep for |