StoppingConditionEnabled Enumeration |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum StoppingConditionEnabled
Public Enumeration StoppingConditionEnabled
public enum class StoppingConditionEnabled
type StoppingConditionEnabled
Members
| Member name | Description |
---|
| Enabled |
The StoppingCondition is enabled and events will be found normally.
|
| DisabledButStillFindEvents |
The StoppingCondition will not stop propagation,
but events will still be found and logged.
|
| Disabled |
The StoppingCondition is completely disabled and events will not be found.
|
See Also