Waits for the specified duration before executing the next command in the procedure. The procedure containing the command is paused until the wait expires.
Syntax
|
---|
object.Wait(
ByVal waitTime As Long
) As ReturnCode
|
Parameters
- waitTime
- Wait time in milliseconds.
See Also