autECLPS.WaitWhileCursor

<< Click to Display Table of Contents >>

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

autECLPS.WaitWhileCursor

Description

The WaitWhileCursor method waits while the cursor is located at a specified position.

Syntax

autECLSession.autECLPS.WaitWhileCursor(row, col, [optional TimeOut)

Parameters

Part

Type

Description

row

Integer

Required. Row position of the cursor.

col

Integer

Required. Column position of the cursor.

TimeOut

Integer

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

Returns

The function returns True if the condition is met or False if the Timeout value is exceeded.