Enumeration LifecycleState

Enum representing the various states of the lifecycle. This is used to track different phases during the operation of the system.

Enumeration Members

Closed: "Closed"

The state when the system has fully closed and is no longer operational.

Initialized: "Initialized"

The state when the system has been fully initialized and is ready for use.

PreTmpVarRemoval: "PreTmpVarRemoval"

The state before temporary variables are removed from the system.

StartClose: "StartClose"

The state when the process to close the system begins.

StartInitialize: "StartInitialize"

The state representing the start of the initialization process.

Generated using TypeDoc