rqm Statement

The rqm statement suspends processing for a specific number of seconds, or until a specific time.

Syntax

rqm {num.exp}

rqm {"time.exp"}

Parameter(s)

num.exp

Time to sleep in seconds.

"time.exp"

Time to sleep in military time format (hh:mm:ss).

Description

If no argument is indicated, the process sleeps for one second. rqm and sleep are identical.

See Also

sleep Statement