Initializing help system before first use

wait

wait


Purpose
Wait for an event.
Synopsis
procedure wait
procedure wait(dur:integer)
Argument
dur 
A duration in seconds
Further information
This procedure suspends the execution of the caller until an event is available. The second form specifies a time limit: the processing is suspended for at most dur seconds.
Related topics
Module