ReturnSegmentBehavior Enumeration |
Namespace: AGI.Foundation.SegmentPropagation
| Member name | Description | |
|---|---|---|
| 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. |