Table of Contents

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 = 0

Indicates the task is available to be picked up or started.

EndedWithError = 4

Indicates the task has ended due to an error.

Finished = 3

Indicates the task has finished successfully.

InQueue = 1

Indicates the task is queued and awaiting execution.

IsProcessing = 2

Indicates the task is currently being processed.

NotSupported = 5

Indicates the task was not executed due a managed sessions is required to run this task.