Enum InitializationState
The various states for the initialization process
Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 7.19.2Syntax
public enum InitializationState
Fields
| Name | Description |
|---|---|
| InitializeComplete | The InitComplete event is in progress. |
| Initialized | All initialization processing has completed. |
| InitializeDelayed | One of the initialization modules requested the processing to delay until a later point in time. |
| InitializeFailed | Exception was thrown by one of the initialization modules. |
| Initializing | Executing then list of initializable modules. |
| PreInitialize | Before initialization has started. |
| Uninitialized | Uninitialization complete. |
| UninitializeFailed | Exception was thrown by one of the initialization modules during uninitialization. |
| Uninitializing | Uninitializing the list of initializable modules |
| WaitingBeginRequest | The InitComplete event has finished processing and is now waiting for the first BeginRequest event |