autECLOIA.WaitForSystemAvailable

<< Click to Display Table of Contents >>

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

autECLOIA.WaitForSystemAvailable

Description

The WaitForSystemAvailable method waits until the OIA of the connection associated with the autECLOIA object indicates that the connection is connected to a host system.

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)