Parameters

Variant WaitString
The method waits while this string value exists.
Variant Row
Row position that the string will begin. This parameter is optional. The default is 0.
Variant Col
Column position that the string will begin. This parameter is optional. The default is 0.
Variant TimeOut
The maximum length of time in milliseconds to wait, this parameter is optional. The default is Infinite.
Boolean bWaitForIr
If this value is true, after meeting the wait condition the function will wait until the OIA is ready to accept input. This parameter is optional. The default is False.
Boolean bCaseSens
If this value is True, the wait condition is verified as case-sensitive. This parameter is optional. The default is False.