InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / Wait Method
Wait time in milliseconds.
In This Topic
    Wait Method (AlcScreen)
    In This Topic
    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
    expression.Wait( _
       ByVal waitTime As Integer _
    ) As ReturnCode
    where expression is a variable that represents a AlcScreen Object

    Parameters

    waitTime
    Wait time in milliseconds.

    Return Value

    One of the ReturnCode enum values
    See Also