3. Statements : OpenROAD Language Statements : Sleep Statement
 
Share this page                  
Sleep Statement
This statement suspends operation of the application for a specified number of seconds.
This statement has the following syntax:
sleep integervalue;
The 4GL sleep statement stops the application for the number of seconds you specify.