London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ChangeProcessorStatus

Inheritance
System.Object
ChangeProcessorStatus
Namespace: EPiServer.Events.ChangeNotification
Assembly: EPiServer.Events.dll
Version: 12.0.3
Syntax
public sealed class ChangeProcessorStatus : Enum

Fields

Closed

Declaration
public const ChangeProcessorStatus Closed
Field Value
Type Description
ChangeProcessorStatus

Invalid

Declaration
public const ChangeProcessorStatus Invalid
Field Value
Type Description
ChangeProcessorStatus

Opening

Declaration
public const ChangeProcessorStatus Opening
Field Value
Type Description
ChangeProcessorStatus

Recovering

Declaration
public const ChangeProcessorStatus Recovering
Field Value
Type Description
ChangeProcessorStatus

Valid

Declaration
public const ChangeProcessorStatus Valid
Field Value
Type Description
ChangeProcessorStatus

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods