Click or drag to resize

PropagationEventArgsStopPropagation Method

Sets the Indication to StopPropagationAfterStep to prevent further propagation after this step. To continue propagation after stopping it, call Propagate(Duration) again or take steps manually by calling TakeStep or Restep(Double).

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void StopPropagation()
See Also