21.231. Enum TaskStatus

Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll

Task status.

public enum TaskStatus

21.231.1. Extension Methods

TaskStatusExt.ToGrpcStatus(TaskStatus)

21.231.2. Fields

Cancelled = 8

Task is cancelled.

Cancelling = 7

Task is being cancelled.

Completed = 4

Task is completed.

Creating = 1

Task is being created in database.

Dispatched = 3

Task is dispatched to a worker.

Error = 5

Task is an error state.

Paused = 13

Task is paused and will not be executed until session is resumed.

Pending = 12

Task is waiting for its dependencies before becoming executable.

Processed = 10

Task is processed.

Processing = 9

Task is being processed.

Retried = 11

Task is retried.

Submitted = 2

Task is submitted to the queue.

Timeout = 6

Task is in timeout state.

Unspecified = 0

Task is in an unknown state.