Click or drag to resize

PropagateSegmentStoppingConditions Property

Gets the stopping conditions that may stop this segment. Only one StoppingCondition needs to be satisfied to stop propagation. If by the very rare chance that two conditions happens to stop at the exact same time, the one earlier in this list will be the one that was reported to have stopped propagation. Note that this property returns the conditions on the StoppablePropagator. This will be until the StoppablePropagator is initialized.

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> StoppingConditions { get; }

Property Value

Type: IListStoppingCondition
Remarks
Note that these conditions will not affect any of the segments being used as a segment that gets executed with a particular stopping condition is tripped. So, while propagating such a segment, none of these StoppingConditions will be used.
See Also