Enum TaskStatus
Status of a task
Namespace: EPiServer.Personalization
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
[Obsolete("The old workflow system have been removed as of CMS 9")]
public enum TaskStatus
Fields
| Name | Description |
|---|---|
| Completed | The task has been completed. |
| InProgress | The task is in progress. |
| NotStarted | The tast has not started yet. |
| Rejected | The task has been rejected. |