|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem > Wait |
Make the system waiting for a specified number of milliseconds.
call DBWShell("Wait [Delay]")
Delay |
Optional. value expressed in milliseconds. |
You may call this command in order to permit all database cache flushing to be done
For more info about the default waiting value see the file DBWConn.par
' Create the buy list for the root of the tree
call DBWShell( "BuyList")
if (okDBW = False) then exit sub
excelFile = DBWResult( "@EXCEL_FILE_PATH" )
call DBWShell( "Wait 500")