wait
| wait | 
  Purpose
 
  
  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
 
  
