InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitUntil Method / WaitUntil(DateTime) Method
Time to wait until.


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

Parameters

time
Time to wait until.

Return Value

ReturnCode indicating success/failure/status
See Also