AllPassed Result

Applies To
Vision Sequence

Description
Returns whether all objects of the specified sequence are passed.

Usage

VGet  Sequence.AllPassed, 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 or more of the objects within the sequence did not pass.
  • -1 - True: All objects within the sequence passed.

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

See Also
AllFound Result, Passed Result, Found Result, Time Result, Vision Sequence