Click or drag to resize

ReturnSegmentBehavior Enumeration

The possible behaviors of a ReturnSegment's propagation.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ReturnSegmentBehavior
Members
  Member nameDescription
Enabled The ReturnSegment will return to the specified ParentList it was configured to return to.
Disabled The ReturnSegment will not return to its ParentList. The results of the ReturnSegment will still be logged, but no other action will occur.
EnabledOnlyForNominalRuns The ReturnSegment will return out of the ParentList only for NominalRun is . Otherwise it will not return and propagation of the SegmentList will continue normally.
DisabledOnlyForNominalRuns The ReturnSegment will not return out of the ParentList if NominalRun is . Otherwise it will return and propagation of the SegmentList will end.
See Also