Skip to content

Enum RuntimeLifecycleEventScope

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

Identifies which runtime surface produced one operator-facing lifecycle event.

public enum RuntimeLifecycleEventScope

ExecutionGraph = 3

The event belongs to execution-graph visibility and active lifecycle transitions.

HostedExecution = 4

The event belongs to hosted-execution visibility and host-managed activation conventions.

Module = 1

The event belongs to one module lifecycle transition.

Package = 2

The event belongs to package loading and package-origin visibility.

Runtime = 0

The event belongs to the overall runtime lifecycle.