Click or drag to resize

PropagationEventTrigger Enumeration

Indicates which kind of propagation method triggered the StepTaken event.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum PropagationEventTrigger
Members
  Member nameDescription
NewStep Indicates that the event was triggered by taking a new step to advance the state.
Restep Indicates that the event was triggered by the propagator repropagating the previous step.
See Also