expression.WaitForHostSettle4( _ ByVal settleTime As Integer, _ ByVal timeout As Integer, _ ByVal enablekeyboard As Boolean _ ) As ReturnCode
where expression is a variable that represents a Screen Object
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.