Enum TaskStatus
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Defines the possible statuses of a task.
public enum TaskStatus
- Extension Methods
Fields
Available = 0Indicates the task is available to be picked up or started.
EndedWithError = 4Indicates the task has ended due to an error.
Finished = 3Indicates the task has finished successfully.
InQueue = 1Indicates the task is queued and awaiting execution.
IsProcessing = 2Indicates the task is currently being processed.
NotSupported = 5Indicates the task was not executed due a managed sessions is required to run this task.