Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Framework Library / Attachmate.Reflection.Objects.Framework Library / ApplicationObject Object / Wait Method
Wait time (in milliseconds).
In This Topic
    Wait Method (ApplicationObject)
    In This Topic
    Waits for the specified duration.
    Syntax
    expression.Wait( _
       ByVal waitTime As Integer _
    ) 
    where expression is a variable that represents a ApplicationObject Object

    Parameters

    waitTime
    Wait time (in milliseconds).
    See Also