Click or drag to resize

StoppingTriggeredCallback Delegate

A delegate that gets triggered when a StoppingConditionEvaluator is satisfied.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate StoppingConditionTriggeredBehavior StoppingTriggeredCallback(
	ITimeBasedState stateAtEvent
)

Parameters

stateAtEvent
Type: AGI.Foundation.CoordinatesITimeBasedState
The state of the function getting run at the time of the found event.

Return Value

Type: StoppingConditionTriggeredBehavior
How or if propagation should continue.
See Also