InfoConnect for Airlines VBA Guide
WaitForHostSettle2 Function
The settle time (in milliseconds).
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
Waits for host screen data to settle (that is, there is no incoming data for the specified settle time).
Syntax
object.WaitForHostSettle2( _
   ByVal settleTime As Long, _
   ByVal timeout As Long _
) As ReturnCode

Parameters

settleTime
The settle time (in milliseconds).
timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.

Return Value

ReturnCode that indicates the success or failure status.
Remarks
The wait timeout value should be greater than settleTime. The keyboard is disabled.
See Also