InfoConnect for Unisys VBA Guide
Wait Function (IbmScreen)
Wait time in milliseconds.
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.

Return Value

One of the ReturnCode enum values
See Also

 

 


2015 Attachmate

Send Feedback