Skip to content

Enum RuntimeLifecycleEventOutcome

Namespace: Cephalon.Engine.Runtime
Assembly: Cephalon.Engine.dll

Describes whether one lifecycle event completed successfully or failed.

public enum RuntimeLifecycleEventOutcome

Failed = 1

The lifecycle event failed.

Succeeded = 0

The lifecycle event completed successfully.