Click or drag to resize

TargetedSegmentListOperatorConvergenceBehavior Enumeration

Allows the user to specify the behavior of the parent TargetedSegmentList when an operator finishes successfully.

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 TargetedSegmentListOperatorConvergenceBehavior
Members
  Member nameDescription
RunOperatorsAndSegmentsAndContinue The default behavior, each operator will run to completion, run the list of segments a final time if they have not been run as part of the final operator, and propagation will continue. Note that if the operators do not run the segments in the TargetedSegmentList, the segments will still be propagated once in the propagation of the TargetedSegmentList.
RunOperatorsAndSegmentsAndStop This will run all of the operators, run the list of segments a final time if they have not been run as part of the final operator, but will prevent propagators after the TargetedSegmentList from propagating even if the operators converged. Note that if the operators do not run the segments in the TargetedSegmentList, the segments will be be propagated.
Stop Stop indicates that when one operator converges, all operators should stop and the results should be returned to the user.
See Also