Enum RuntimeLevel
Describes the levels in which the runtime can run.
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public enum RuntimeLevelFields
| Name | Description | 
|---|---|
| Boot | The runtime is booting. | 
| BootFailed | The runtime has failed to boot and cannot run. | 
| Install | The runtime has detected that Umbraco is not installed at all, ie there is no database, and is currently installing Umbraco. | 
| Run | The runtime has detected an up-to-date Umbraco install and is running. | 
| Unknown | The level is unknown. | 
| Upgrade | The runtime has detected an Umbraco install which needed to be upgraded, and is currently upgrading Umbraco. |