Click or drag to resize

ChangeStoppingConditionOption Enumeration

The options for enabling or disabling a StoppingCondition for the ChangeStoppingConditionEnabledOperator

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 ChangeStoppingConditionOption
Members
  Member nameDescription
SetToEnabled Set the Enabled to Enabled.
SetToDisabled Set the Enabled to Disabled.
SetToDisableButStillFindEvents Set the Enabled to DisabledButStillFindEvents.
Toggle Set the Enabled to Enabled if it is currently one of the disabled options, or to Disabled if it is currently Enabled.
See Also