Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobStage

Package version

interface

An interface representing JobStage. Contains details about the multiple job stages of a job

Hierarchy

  • JobStage

Index

Properties

Optional detail

detail: undefined | string
member

{string} [detail] The details of the stage.

Optional errorCode

errorCode: undefined | string
member

{string} [errorCode] The error code of the stage if any.

Optional message

message: undefined | string
member

{string} [message] The message of the job stage.

stageStatus

stageStatus: JobStatus
member

{JobStatus} stageStatus The stage status. Possible values include: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused', 'Scheduled'

Generated using TypeDoc