Attachmate.Reflection.Emulation.OpenSystems Namespace > IScreen Interface > WaitForHostSettle Method : WaitForHostSettle(Int32,Boolean) Method |
'Declaration
Overloads Function WaitForHostSettle( _ ByVal settleTime As Integer, _ ByVal enablekeyboard As Boolean _ ) As ReturnCode
'Usage
Dim instance As IScreen Dim settleTime As Integer Dim enablekeyboard As Boolean Dim value As ReturnCode value = instance.WaitForHostSettle(settleTime, enablekeyboard)
ReturnCode WaitForHostSettle( int settleTime, bool enablekeyboard )