Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitUntil Method / WaitUntil(DateTime,WaitForOption) Method
Time to wait until.
Valid options for this method are AllowKeystrokes, NoDisplay and None.


In This Topic
    WaitUntil(DateTime,WaitForOption) Method
    In This Topic
    Waits until the specified time.
    Syntax
    'Declaration
     
    
    Overloads Function WaitUntil( _
       ByVal time As Date, _
       ByVal option As WaitForOption _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim time As Date
    Dim option As WaitForOption
    Dim value As ReturnCode
     
    value = instance.WaitUntil(time, option)

    Parameters

    time
    Time to wait until.
    option
    Valid options for this method are AllowKeystrokes, NoDisplay and None.

    Return Value

    ReturnCode indicating success/failure/status
    See Also