Click or drag to resize

LifetimeCalculationStatus Enumeration

An indication of the final state of the LifetimeOrbitPropagator calculation.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum LifetimeCalculationStatus
Members
  Member nameDescription
CalculationComplete Indicates that the calculation completed normally and the orbit decayed without any errors.
EarlyDecay Indicates that the orbit was already decayed before the calculation could begin. When seeing this result, verify that the initial conditions are using the correct units and that the minimum altitude and duration constraints are set correctly.
NoDecay Indicates that the orbit does not decay.
Cancelled Indicates that the calculation was cancelled before it could determine the decay date.
NoDecayOrbit Indicates that the calculation encountered the OrbitCountLimit before the orbit could decay.
NoDecayDuration Indicates that the calculation encountered the DurationLimit before the orbit could decay.
See Also