Attachmate Verastream SDK for UMC Reference Guide v4.0

Uses of Class
com.attachmate.emulation.exception.TimedOutException

Packages that use TimedOutException
com.attachmate.UPG.common   
 

Uses of TimedOutException in com.attachmate.UPG.common
 

Methods in com.attachmate.UPG.common that throw TimedOutException
 void IScreenUPG.waitForCursor(int inRow, int inColumn, int wtTime)
          Waits for the cursor to appear at the specified position, for a specified period of time.
 void IScreenUPG.waitForString(java.lang.String inText, int inRow, int inColumn, int wtTime)
          Waits for the specified text to appear at the specified position, for a specified period of time.
 void IScreenUPG.waitHostQuiet(int inSettleTime, int wtTime)
          Waits for the host session to be idle for a specified period of time (in milliseconds).
 


Attachmate Verastream SDK for UMC Reference Guide v4.0