InfoConnect for Unisys VBA Guide
WaitForHostSettle Function (T27Screen)
Wait timeout value.
Settle time.
Waits for host screen data to settle.
Syntax
object.WaitForHostSettle( _
   ByVal timeout As Long, _
   ByVal settleTime As Long _
) As ReturnCode

Parameters

timeout
Wait timeout value.
settleTime
Settle time.

Return Value

ReturnCode indicates success, failure, or a warning condition.
Remarks
This waits for the screen to be quiet without changes for the time duration specified by settleTime. The wait timeout value should be greater than settleTime.
See Also