InfoConnect for Airlines VBA Guide
WaitForHostSettle4 Function
The settle time (in milliseconds).
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
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.WaitForHostSettle4( _
   ByVal settleTime As Long, _
   ByVal timeout As Long, _
   ByVal enablekeyboard As Boolean _
) As ReturnCode

Parameters

settleTime
The settle time (in milliseconds).
timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
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