PropagationEventIndication Enumeration |
An indication of how the propagator should proceed.
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 PropagationEventIndication
Public Enumeration PropagationEventIndication
public enum class PropagationEventIndication
type PropagationEventIndication
Members
| Member name | Description |
---|
| ContinuePropagation |
Continue the current propagation.
|
| StopPropagationAfterStep |
Stop the propagation after the current step.
|
See Also