Search Results for

    Show / Hide Table of Contents
    View Source

    Class Suspendable.ScheduledPublishing

    Represents scheduled publishing operations that can be suspended and resumed.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public static class Suspendable.ScheduledPublishing

    Properties

    View Source

    CanRun

    Gets a value indicating whether scheduled publishing can run.

    Declaration
    public static bool CanRun { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    Resume()

    Resumes scheduled publishing operations by clearing the suspended state, allowing scheduled publishing tasks to proceed.

    Declaration
    public static void Resume()
    View Source

    Suspend()

    Suspends the scheduled publishing process.

    Declaration
    public static void Suspend()
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX