SequenceTypes

This data type contains values that specify the sequence type. Use the values of this enumeration with the Sequence.Type property.

  • SeqType_Callback –(Value: 1) The sequence is a Process Model callback.
  • SeqType_CfgEntryPoint –(Value: 5) The sequence is a Configuration entry point.
  • SeqType_ExeEntryPoint –(Value: 3) The sequence is an Execution entry point.
  • SeqType_Normal –(Value: 0) The sequence is not a callback or an entry point.
  • SeqType_ReservedCallback –(Value: 7) Only the Sequence.GetEffectiveType method returns this value. The sequence is one of the predefined callbacks TestStand reserves.

See Also

Sequence

Sequence.GetEffectiveType

Sequence.Type