JobState Class

Definition

Defines values for JobState.

public static class JobState
type JobState = class
Public Class JobState
Inheritance
JobState

Fields

Created

The job is currently in the Created state.

Degraded

The job is currently in the Degraded state.

Deleting

The job is currently in the Deleting state.

Failed

The job is currently in the Failed state.

Restarting

The job is currently in the Restarting state.

Running

The job is currently in the Running state.

Scaling

The job is currently in the Scaling state.

Starting

The job is currently in the Starting state.

Stopped

The job is currently in the Stopped state.

Stopping

The job is currently in the Stopping state.

Applies to