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 SourceCanRun
Gets a value indicating whether scheduled publishing can run.
Declaration
public static bool CanRun { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceResume()
Resumes scheduled publishing operations by clearing the suspended state, allowing scheduled publishing tasks to proceed.
Declaration
public static void Resume()
Suspend()
Suspends the scheduled publishing process.
Declaration
public static void Suspend()