Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoApplicationLifetimeNotification

    Represents an Umbraco application lifetime (starting, started, stopping, stopped) notification.

    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUmbracoApplicationLifetimeNotification : INotification

    Properties

    View Source

    IsRestarting

    Gets a value indicating whether Umbraco is restarting (e.g. after an install or upgrade).

    Declaration
    bool IsRestarting { get; }
    Property Value
    Type Description
    System.Boolean

    true if Umbraco is restarting; otherwise, false.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsRestarting
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX