Click or drag to resize

ConstraintSatisfiedCallback Delegate

The delegate that is used by the DelegateStoppingConditionConstraint to determine if the constraint 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 bool ConstraintSatisfiedCallback(
	ITimeBasedState currentState
)

Parameters

currentState
Type: AGI.Foundation.CoordinatesITimeBasedState
The state to check.

Return Value

Type: Boolean
if the constraint is satisfied; otherwise .
See Also