User's Reference > General > TCL and General User Commands > Command Reference > S > SLEEP

Comment on this topic

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.

RealityV15.1Online Documentation (MoTW) Revision 7

SLEEP (TCL) (m604806+sleep.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

SLEEP

Deactivates a process for a specified period of time.

Command Class

TCL-I command.

Syntax

SLEEP {n} {hh:mm{:ss}}

Syntax Elements

n is the number of seconds you want the process to sleep.

hh:mm:ss is the time when the process will run. The time is specified in 24-hour format.

Breaking Sleep

CTRL+BREAK can be used to awaken a terminal before the specified time.

Comment

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.

Example

:SLEEP 23:30

The command deactivates the process until 23.30 hours (11:30 PM).

RealityV15.1 (MoTW) Revision 7Comment on this topic