Enum PackageStatus
Status values for project and return package operations
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum PackageStatus
Fields
Name | Description |
---|---|
Cancelled | The package operation was cancelled. |
Cancelling | The user has requested cancellation of the package operation, but the system has not responded to this request yet. |
Completed | The package operation has been successfully completed. |
Failed | The package operation has failed. At least one error messages will have been generated (see Messages. |
InProgress | The package operation is in the process Server. |
Invalid | Value not set. |
NotStarted | The package operation has not yet been scheduled or started. |
Scheduled | The package operation is scheduled to be executed, but the execution has not been started yet. |