8.13.1 Sleep (halt script execution)
- Purpose
-
Halts script execution for a specified time.
- Syntax
Sleep (Time)
- Argument
-
- Time
-
Specify the sleep time as a numeric value (milliseconds) beginning from 0 or as a variable that stores this value.
- Description
-
The Sleep command halts script execution for a specified time.
- Example
If debug = True Then Sleep (3000) End
- JP1/Script version
-
Supported from JP1/Script 01-00.