Status values for project and return package operations

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public enum PackageStatus
Visual Basic
Public Enumeration PackageStatus
Visual C++
public enum class PackageStatus

Members

Member nameValueDescription
Invalid0 Value not set.
NotStarted1 The package operation has not yet been scheduled or started.
Scheduled2 The package operation is scheduled to be executed, but the execution has not been started yet.
InProgress3 The package operation is in the process Server.
Failed4 The package operation has failed. At least one error messages will have been generated (see Messages.
Completed5 The package operation has been successfully completed.
Cancelling6 The user has requested cancellation of the package operation, but the system has not responded to this request yet.
Cancelled7 The package operation was cancelled.

See Also