InfoConnect for Airlines VBA Guide
WaitForHostSettle3 Function
The settle time (in milliseconds).
Specifies whether the keyboard is enabled while the call executes.
Waits for host screen data to settle (that is, there is no incoming data for the specified settle time).
Syntax
object.WaitForHostSettle3( _
   ByVal settleTime As Long, _
   ByVal enablekeyboard As Boolean _
) As ReturnCode

Parameters

settleTime
The settle time (in milliseconds).
enablekeyboard
Specifies whether the keyboard is enabled while the call executes.

Return Value

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