Click or drag to resize

StoppingConditionEvaluator.Constraints Property

Gets the constraints that must also be satisfied for this stopping condition to stop propagation. If a constraint prevents an event from stopping propagation, it will not increment the count that gets compared to the StopOnEventNumber.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<StoppingConditionConstraintEvaluator> Constraints { get; }

Property Value

Type: ReadOnlyCollection<StoppingConditionConstraintEvaluator>
See Also