Enum TaskStatus
Namespace: ArmoniK.Api.gRPC.V1
Assembly: ArmoniK.Api.Common.dll
Task status.
public enum TaskStatus
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 in 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.