Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownJobStatus

Package version

Known values of JobStatus that the service accepts.

Index

Enumeration members

CancelRequested

CancelRequested: = "CancelRequested"

Cancellation has been requested for the job.

Canceled

Canceled: = "Canceled"

Following cancellation request, the job is now successfully canceled.

Completed

Completed: = "Completed"

Job completed successfully. This reflects that both the job itself and output collection states completed successfully

Failed

Failed: = "Failed"

Job failed.

Finalizing

Finalizing: = "Finalizing"

Job is completed in the target. It is in output collection state now.

NotResponding

NotResponding: = "NotResponding"

When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state. NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states.

NotStarted

NotStarted: = "NotStarted"

Run hasn't started yet.

Paused

Paused: = "Paused"

The job is paused by users. Some adjustment to labeling jobs can be made only in paused state.

Preparing

Preparing: = "Preparing"

The run environment is being prepared.

Provisioning

Provisioning: = "Provisioning"

(Not used currently) It will be used if ES is creating the compute target.

Queued

Queued: = "Queued"

The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready.

Running

Running: = "Running"

The job started to run in the compute target.

Scheduled

Scheduled: = "Scheduled"

The job is in a scheduled state. Job is not in any active state.

Starting

Starting: = "Starting"

Run has started. The user has a run ID.

Unknown

Unknown: = "Unknown"

Default job status if not mapped to all other statuses

Generated using TypeDoc