InfoConnect for Airlines VBA Guide
WaitUntil2 Function
The time to wait until.
Valid options for this method are AllowKeystrokes, NoDisplay, and None.
Waits until the specified time.
Syntax
object.WaitUntil2( _
   ByVal time As System.Date, _
   ByVal option As WaitForOption _
) As ReturnCode

Parameters

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

Return Value

ReturnCode that indicates the success or failure status.
See Also