Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
The number of seconds to pause. Any precision beyond milliseconds is ignored.
Sleep Method
Description
Pauses execution for the specified number of seconds after the previous feature has finished executing.
Syntax
Visual Basic
Public Sub Sleep( _
   ByVal seconds As Single _
) 
Parameters
seconds
The number of seconds to pause. Any precision beyond milliseconds is ignored.
Remarks
Sleep calls the Wait function to ensure that the sleeping does not begin before all previous features have been executed.
See Also