AllFound Result

Applies To
Vision Sequence

Description
The AllFound result returns whether all objects within the specified sequence were found.

Usage

VGet  Sequence.AllFound, var
Sequence
Name of a sequence or string variable containing a sequence name.
var
Boolean variable that will contain the value of the result.

Values

  • 0 - False: One of the objects within the sequence was not found.
  • -1 - True: All objects within the sequence were found.

Remarks
The AllFound result is used to determine that all objects within a specified sequence are found. This result only applies to sequences.

See Also
AllPassed Result, Found Result, Passed Result, Time Result, Vision Sequences