Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Wait Method
Description

Waits until all preceding commands have been executed. The basic script creates commands and places them on the execute list more rapidly than the commands are executed. In a script it is often useful to pop up a dialog box for input after a certain series of commands has been executed. The script commands may complete long before the actual commands have been executed. The Wait command is useful to prevent the dialog box from popping up prematurely.

Syntax
Visual Basic
Public Sub Wait() 
See Also