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
send, waitfor, isqueueempty, getnextevent, dropnextevent.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.