Enum TaskCriticality
Enumeration representing the criticality levels of a task.
Namespace: Serenity.Tasking.Domain.ValueObjects
Assembly: Serenity.Global.Domain.dll
Syntax
public enum TaskCriticality
Fields
| Name | Description |
|---|---|
| Critical | Indicates a critical task that must be completed. |
| Degradable | Indicates a degradable task that can be postponed. |
| Required | Indicates a required task that is essential for operation. |