StoppablePropagatorResults.EventThatStoppedPropagator Property |
Gets the event that stopped the actual propagation.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StoppingConditionEvent EventThatStoppedPropagator { get; }
Public ReadOnly Property EventThatStoppedPropagator As StoppingConditionEvent
Get
public:
property StoppingConditionEvent^ EventThatStoppedPropagator {
StoppingConditionEvent^ get ();
}
member EventThatStoppedPropagator : StoppingConditionEvent with get
Property Value
Type:
StoppingConditionEvent
See Also