PAUSE [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
PAUSE
Pauses (puts to sleep) a process for the specified number of seconds.
Syntax
PAUSE n
Parameters
n The number of seconds the process is to be suspended.
Negative values are treated the same as positive ones.
Examples
$nmdebug > pause #10
Suspend the process for (decimal) 10 seconds.
Limitations, Restrictions
none
CAUTION The output format of all System Debug commands is subject to
change without notice. Programs that are developed to
postprocess System Debug output should not depend on the exact
format (spacing, alignment, number of lines, uppercase or
lowercase, or spelling) of any System Debug command output.
MPE/iX 5.0 Documentation