InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / Wait Method
Wait time in milliseconds.


In This Topic
    Wait Method (IT27Screen)
    In This Topic
    Waits for the specified duration.
    Syntax
    'Declaration
     
    
    Function Wait( _
       ByVal waitTime As Integer _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IT27Screen
    Dim waitTime As Integer
    Dim value As ReturnCode
     
    value = instance.Wait(waitTime)

    Parameters

    waitTime
    Wait time in milliseconds.

    Return Value

    ReturnCode indicates success, failure, or a warning condition.
    See Also