JobStage Class

Definition

The details about the specific stage of a job.

public class JobStage
type JobStage = class
Public Class JobStage
Inheritance
JobStage

Constructors

JobStage()

Initializes a new instance of the JobStage class.

JobStage(JobStatus, String, String, String)

Initializes a new instance of the JobStage class.

Properties

Detail

Gets or sets the details of the stage.

ErrorCode

Gets or sets the error code of the stage if any.

Message

Gets or sets the message of the job stage.

StageStatus

Gets or sets the stage status. Possible values include: 'Running', 'Succeeded', 'Failed', 'Canceled'

Methods

Validate()

Validate the object.

Applies to