Search Results for

    Show / Hide Table of Contents

    Enum RuntimeLevel

    Describes the levels in which the runtime can run.

    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public enum RuntimeLevel

    Fields

    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.

    Upgrading

    The runtime is running an unattended upgrade as a background task. The HTTP server is up and responding to health probes and maintenance-page requests.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<RuntimeLevel, TProperty>(RuntimeLevel, Expression<Func<RuntimeLevel, TProperty>>)
    DictionaryExtensions.MergeLeft<RuntimeLevel, TK, TV>(RuntimeLevel, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<RuntimeLevel, TK, TV>(RuntimeLevel, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<RuntimeLevel>(RuntimeLevel)
    ObjectExtensions.AsEnumerableOfOne<RuntimeLevel>(RuntimeLevel)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX