TargetedSegmentListOperatorConvergenceBehavior Enumeration | 
  
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum TargetedSegmentListOperatorConvergenceBehavior
Public Enumeration TargetedSegmentListOperatorConvergenceBehavior
public enum class TargetedSegmentListOperatorConvergenceBehavior
type TargetedSegmentListOperatorConvergenceBehavior
Members| 
									 
								 | Member name | Description | 
|---|
 | 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 propagated.
             | 
 | Stop | 
            Stop indicates that when one operator converges, 
            all operators should stop and the results should be returned to the user.
             | 
See Also