Click or drag to resize

StoppablePropagatorDefinitionOnAnyConditionSatisfied Method

Called when any of the StoppingConditions are satisfied.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void OnAnyConditionSatisfied(
	StoppingConditionEventFoundEventArgs eventArgs
)

Parameters

eventArgs
Type: AGI.Foundation.StoppingConditionsStoppingConditionEventFoundEventArgs
The object containing information about the stopping condition that was satisfied.
See Also