Enum TaskMessageType
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
public enum TaskMessageType : short
Fields
| Name | Description |
|---|---|
| Error | An error encountered during the task processing. |
| Header | A Status that is the header record for a task. A main section update - normally the start of the task. |
| Message | A message from the task. |
| Progress | A message associated with progress in the task. Normally associated with different stages the task progresses through. |