Pause screen processing...

Roger Kesterson Roger.Kesterson@mtdsw.com
Fri, 31 Oct 2003 12:00:07 -0700


If you are on VMS:
 
RUN COMMAND "WAIT 00:00:30"
                              

-----Original Message-----
From: Gassett, Chris [mailto:Gassett@aavid.com]
Sent: Friday, October 31, 2003 11:55 AM
To: Powerhouse List (powerh-l@list.swau.edu)
Subject: Pause screen processing...



Is there an effective way to stop a screen from processing? 

Example: 

Procedure designer 
Begin 
  command to process 
  pause or wait for X amount of time 
  command 2 to process 
end