autECLOIA.WaitForInputReady

<< Click to Display Table of Contents >>

Navigation:  Support for IBM® Personal Communications™ macros > autECLOIA >

autECLOIA.WaitForInputReady

Description

The WaitForInputReady method waits the connection is able to accept keyboard input.
This function is similar to the Quick3270 WaitForKbdUnlock function

Syntax

WaitForInputReady ([optional] TimeOut)

 

Parameter

Part

Type

Description

TimeOut

Integer

Optional. The maximum length of time in milliseconds to wait, The default is Infinite.

Sample

bResult = autECLSession.autECLOIA.WaitForInputReady(1000)