InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / WaitForHostSettle Method
Wait timeout value.
Settle time.
In This Topic
    WaitForHostSettle Method (T27Screen)
    In This Topic
    Waits for host screen data to settle.
    Syntax
    expression.WaitForHostSettle( _
       ByVal timeout As Integer, _
       ByVal settleTime As Integer _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    timeout
    Wait timeout value.
    settleTime
    Settle time.

    Return Value

    ReturnCode indicates success, failure, or a warning condition.
    Remarks
    This waits for the screen to be quiet without changes for the time duration specified by settleTime. The wait timeout value should be greater than settleTime.
    See Also