21.167. Enum AcquisitionStatus

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

public enum AcquisitionStatus

21.167.1. Fields

Acquired = 0

Task successfully acquired

AcquisitionFailedMessageDuplicated = 23

Task acquisition failed and message seems to be duplicated

AcquisitionFailedProcessingHere = 24

Task acquisition failed and task is being processed here

AcquisitionFailedTaskCancelling = 22

Task acquisition failed and task is being cancelled

AcquisitionFailedTimeoutNotExceeded = 21

Task acquisition failed and timeout before acquisition is not exceeded

CancelledAfterAcquisition = 19

Task not acquired because cancellation token triggered after acquisition

CancelledAfterFirstRead = 1

Cancellation token triggered after task read

CancelledAfterPreconditions = 25

Task not acquired because cancellation token triggered precondition are ok

CancelledAfterSessionAccess = 18

Task not acquired because cancellation token triggered after session state processing

PodIdEmptyAfterAcquisition = 20

Task not acquired because is empty

SessionNotExecutable = 16

Task not acquired because tasks from session should not be run anymore

SessionPaused = 17

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

Task is paused but still in the queue

TaskIsPending = 28

Task is missing dependencies but happens to be in the queue

TaskIsProcessed = 3

Task not acquired because its status is

TaskIsProcessingButSeemsCrashed = 15

Task not acquired because its status is but the other pod does not seem to be processing it

TaskIsProcessingElsewhere = 8

Task not acquired because its status is but task is processing elsewhere

TaskIsProcessingHere = 9

Task not acquired because its status is but task is processing here

TaskIsProcessingPodIdEmpty = 7

Task not acquired because its status is but is empty

TaskIsRetried = 10

Task not acquired because its status is

TaskIsRetriedAndRetryIsCreating = 11

Task not acquired because its status is . Moreover, the retried task is Retried task finalization is required.

TaskIsRetriedAndRetryIsNotFound = 12

Task not acquired because its status is . Moreover, the retried task was not found in the database Retried task creation and submission is required.

TaskIsRetriedAndRetryIsPending = 14

Task not acquired because its status is . Moreover, the retried task is Reinsertion in the queue may be required.

TaskIsRetriedAndRetryIsSubmitted = 13

Task not acquired because its status is . Moreover, the retried task is Reinsertion in the queue may be required.

TaskNotFound = 26

Task not acquired because task metadata are not found in database

TaskSubmittedButPreviouslyDispatched = 29

Task is received with status but its status is after failing to check the agent that should be running the task initially

TaskSubmittedButPreviouslyProcessing = 30

Task is received with status but its status is after failing to check the agent that should be running the task initially