- Contents
Interaction Designer Help
Host Wait For Cursor
This Host Interface tool waits for the cursor to appear at the specified position.
Inputs
Host Connection
The handle for the connection to the host mainframe.
Row
The row coordinate to watch.
Column
The column coordinate to watch.
Timeout
The number of milliseconds to wait before taking the Timeout exit path.
Exit Paths
Success
This step takes the Success exit path if it detects the cursor at the specified position.
Failure
This step takes the Failure exit path if the host connection is invalid, or becomes invalid during the operation. This occurs if the mainframe disconnects for some reason.
Timeout
This step takes the Timeout exit path if the cursor is not detected before the Timeout value elapses.