Guardian Procedure Calls Reference Manual (G06.25+)

Using the DIVER and DELAY Programs
Guardian Procedure Calls Reference Manual522629-013
I-3
Running the DELAY Program
Running the DELAY Program
You use the DELAY program to delay the execution of the calling process for a
specified amount of time. DELAY calls the DELAY procedure for the length of time
specified. After the delay finishes, the process resumes execution.
The syntax to run DELAY is:
DELAY
is an implicit RUN command that starts a DELAY process.
run-option
is any valid option for the TACL RUN command. These options are described in
the
TACL Reference Manual.
time
is an integer specifying the delay time in the specified units.
{ TIC | SEC | MIN }
specifies the units of measurement for time:
TIC hundredths of a second
SEC seconds
MIN minutes
DELAY / run-option [ , run-option ].../time { TIC | SEC | MIN
}