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