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!

Enum MirroringState

The state of mirroring job

Namespace: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 10.10.4
Syntax
public enum MirroringState

Fields

Name Description
ExportingError

When there is problem in exporting

Importing

When a Mirroring package is importing

ImportingError

When there is problem in importing

MirroringJobCompleted

When a Mirroring job is completed

MirroringJobInitialized

When a Mirroring job is intialized

MirroringPackageCompleted

When a Mirroring package is completed

MirroringPackageInitialized

When a Mirroring package is intialized

Transfering

When a Mirroring package is sending to target

TransferingError

When there is problem in transfering

Transferred

When a Mirroring package is transfered to target

Undefined

An undefined state. It used be an defualt value

Extension Methods