Get Started
Quickstart
HowTo's
Concepts
API Libraries
InfoConnect for Airlines VBA Guide
Wait Function (AlcScreen)
Attachmate.Reflection.Objects.Emulation.ALC Library
>
AlcScreen 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
AlcScreen Object
AlcScreen Members
Send Feedback