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
    bool

    true if Umbraco is restarting; otherwise, false.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX