TimedOut Result

Applies To
Vision Object: Correlation, Geometric

Description
Returns whether the object search timed out.

Usage

VGet  Sequence.Object.TimedOut, var
Sequence
String variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Boolean variable that will contain the value of the result.

Values

  • -1 - True : Timeout occurred
  • 0 - False : No timeout occurred

Remarks
Use the Timeout property to set the maximum search time. If the Timeout value is exceeded, then the TimedOut result will be "True". If a timeout occurs, any accumulated results are still available.

See Also
Correlation Object, Geometric Object, Timeout Property