21.169. Enum AcquisitionStatus
Namespace: ArmoniK.Core.Common.Pollster
Assembly: ArmoniK.Core.Common.dll
public enum AcquisitionStatus
21.169.1. Fields
Acquired = 0
Task successfully acquired
AcquisitionFailedDispatchedCrashed = 20
Task acquisition failed and task status is
AcquisitionFailedMessageDuplicated = 19
Task acquisition failed and message seems to be duplicated
AcquisitionFailedProcessingCrashed = 22
Task acquisition failed and task status is
AcquisitionFailedProcessingHere = 21
Task acquisition failed and task is being processed here
AcquisitionFailedTaskCancelling = 18
Task acquisition failed and task is being cancelled
AcquisitionFailedTimeoutNotExceeded = 17
Task acquisition failed and timeout before acquisition is not exceeded
CancelledAfterAcquisition = 15
Task not acquired because cancellation token triggered after acquisition
CancelledAfterFirstRead = 1
Cancellation token triggered after task read
CancelledAfterPreconditions = 23
Task not acquired because cancellation token triggered precondition are ok
CancelledAfterSessionAccess = 14
Task not acquired because cancellation token triggered after session state processing
PodIdEmptyAfterAcquisition = 16
Task not acquired because
SessionNotExecutable = 12
Task not acquired because tasks from session should not be run anymore
SessionNotFound = 25
Task not acquired because session metadata are not found in database
SessionPaused = 13
Task not acquired because the session has been paused
TaskIsCancelled = 6
Task not acquired because its status is
TaskIsCancelling = 2
Task not acquired because its status is
TaskIsCreating = 4
Task not acquired because its status is
TaskIsError = 5
Task not acquired because its status is
TaskIsPaused = 26
Task is paused but still in the queue
TaskIsPending = 27
Task is missing dependencies but happens to be in the queue
TaskIsProcessed = 3
Task not acquired because its status is
TaskIsProcessingButSeemsCrashed = 11
Task not acquired because its status is
TaskIsProcessingElsewhere = 8
Task not acquired because its status is
TaskIsProcessingHere = 9
Task not acquired because its status is
TaskIsProcessingPodIdEmpty = 7
Task not acquired because its status is
TaskIsRetried = 10
Task not acquired because its status is
TaskNotFound = 24
Task not acquired because task metadata are not found in database
TaskSubmittedButPreviouslyDispatched = 28
Task is received with status
TaskSubmittedButPreviouslyProcessing = 29
Task is received with status