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.2.419.0 (24.2.419.0)
Syntax public enum PropagationEventTrigger
Public Enumeration PropagationEventTrigger
public enum class PropagationEventTrigger
type PropagationEventTrigger
Members
| Member name | Description |
---|
| 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