Sequence.Type

Syntax

Sequence.Type

Data Type

SequenceTypes

Use the following constants with this data type:

  • 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.

Purpose

Specifies the type of the sequence.

See Also

Sequence.GetEffectiveType