InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / Wait Method
Wait time in milliseconds.
In This Topic
    Wait Method (T27Screen)
    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 T27Screen Object

    Parameters

    waitTime
    Wait time in milliseconds.

    Return Value

    One of the ReturnCode enum values
    See Also