Click or drag to resize

PropagateSegmentResultsConditionsThatStoppedPropagation Property

Gets all of the StoppingConditions that stopped propagation in the order that they occurred. This list will have more than 1 StoppingCondition if a StoppingCondition that was satisfied was instructed to propagate its auto-segment multiple times. See SetStoppingConditionAutoSegment(StoppingCondition, SegmentDefinition, Int32) for more details. If you did not configure any auto-sequences for your StoppingConditions then there will be a single StoppingCondition in this list.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<StoppingCondition> ConditionsThatStoppedPropagation { get; }

Property Value

Type: IListStoppingCondition
See Also