Get Started
Quickstart
HowTo's
Concepts
API Libraries
InfoConnect for Airlines VBA Guide
Wait Function (IbmScreen)
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
>
IbmScreen Object
: Wait Function
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
Visual Basic (Declaration)
object
.Wait( _
ByVal
waitTime
As
Long _ )
As
ReturnCode
Parameters
waitTime
Wait time in milliseconds.
Return Value
One of the ReturnCode enum values
See Also
Reference
IbmScreen Object
IbmScreen Members
Send Feedback