Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
SLEEP (TCL) (m604806+sleep.htm)
Deactivates a process for a specified period of time.
TCL-I command.
SLEEP {n} {hh:mm{:ss}}
n is the number of seconds you want the process to sleep.
hh:mm:ssis the time when the process will run. The time is specified in 24-hour format.
CTRL+BREAK can be used to awaken a terminal before the specified time.
Typically run from Proc, this command can be used to delay the running of processes that will cause the system to slow down due to demand on system resources.
:
SLEEP 23:30
The command deactivates the process until 23.30 hours (11:30 PM).