Enum PublicationStatus
Represents the statuses of a project publication.
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum PublicationStatus
Fields
Name | Description |
---|---|
Archived | The proejct publication has been archived |
Cancelled | The proejct publication has been cancelled. |
Cancelling | The project publication is being cancelled. This is the case between calling the PublishProject method and before the publication operation has responded to the cancellation request. |
Failed | The project publication has failed. This can be because queuing failed PublishProject, or because the publication failed on the server. |
NotPublished | The project has not been published yet. |
Published | The project has been published succesfully. |
Publishing | The project publication is ongoing on the server. |
Scheduled | The project publication has bee scheduled on the server and is ready for publishing. This is the case right after the PublishProject has completed. |
Scheduling | The project publication is being scheduled. This is the case while the PublishProject method is running. |