Search Results for

    Show / Hide Table of Contents
    View Source

    Class RuntimeStateExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class RuntimeStateExtensions

    Methods

    View Source

    EnableInstaller(IRuntimeState)

    Returns true if the installer is enabled based on the current runtime state

    Declaration
    public static bool EnableInstaller(this IRuntimeState state)
    Parameters
    Type Name Description
    IRuntimeState state
    Returns
    Type Description
    System.Boolean
    View Source

    RunUnattendedBootLogic(IRuntimeState)

    Returns true if the runtime state indicates that unattended boot logic should execute

    Declaration
    public static bool RunUnattendedBootLogic(this IRuntimeState state)
    Parameters
    Type Name Description
    IRuntimeState state
    Returns
    Type Description
    System.Boolean
    View Source

    UmbracoCanBoot(IRuntimeState)

    Returns true if Umbraco IRuntimeState is greater than BootFailed

    Declaration
    public static bool UmbracoCanBoot(this IRuntimeState state)
    Parameters
    Type Name Description
    IRuntimeState state
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • EnableInstaller(IRuntimeState)
      • RunUnattendedBootLogic(IRuntimeState)
      • UmbracoCanBoot(IRuntimeState)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX