InfoConnect for Airlines VBA Guide
WaitForHostSettle Function (Screen)
The settle time (milliseconds).
Waits for the host screen data to settle (that is, there is no incoming data for the specified settle time).
Syntax
object.WaitForHostSettle( _
   ByVal settleTime As Long _
) As ReturnCode

Parameters

settleTime
The settle time (milliseconds).

Return Value

ReturnCode that indicates the success or failure status.
See Also