JobState Enum

Definition

State of a job.

public enum JobState
type JobState = 
Public Enum JobState
Inheritance
JobState

Fields

Completed 3

A completed job is one whose final execution attempt succeeded.

Disabled 1

A disabled job does not have any future execution scheduled.

Enabled 0

An enabled job that is scheduled for future execution.

Faulted 2

A faulted job is one whose final execution attempt failed.

Applies to