Enum TaskStatus
Status of a task
Namespace: EPiServer.Personalization
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum TaskStatusFields
| 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. | 
