Enum ProjectStatus
Status values for projects in the client object model
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum ProjectStatus
Fields
Name | Description |
---|---|
Archived | Project is archived. |
Completed | Project has been completed, but is not archived. |
InProgress | Project has been started but not yet completed. |
Invalid | The value has not been set. |
Pending | Project is created, but has not yet been started. |