InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / WaitForHostSettle Method
Wait timeout value.
Settle time.
In This Topic
WaitForHostSettle Method (UtsScreen)
In This Topic
Waits for host screen data to settle.
Syntax
expression.WaitForHostSettle( _
   ByVal timeout As Integer, _
   ByVal settleTime As Integer _
) As ReturnCode
where expression is a variable that represents a UtsScreen Object

Parameters

timeout
Wait timeout value.
settleTime
Settle time.

Return Value

One of the ReturnCode enum values
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