Share via


JobStep interface

Job Step

Properties

endTime

End time of the step (ISO8601)

errorDetails

Error Details if any failure is there

message

Message for the step

name

Name of the step

startTime

Start time of the step (ISO8601)

statistics

Statistics for the step

status

Status of the step

steps

Nested substeps for this step

Property Details

endTime

End time of the step (ISO8601)

endTime?: Date

Property Value

Date

errorDetails

Error Details if any failure is there

errorDetails?: ErrorDetail

Property Value

message

Message for the step

message?: string

Property Value

string

name

Name of the step

name: string

Property Value

string

startTime

Start time of the step (ISO8601)

startTime?: Date

Property Value

Date

statistics

Statistics for the step

statistics?: JobStepStatisticsBaseUnion

Property Value

status

Status of the step

status: string

Property Value

string

steps

Nested substeps for this step

steps?: JobStep[]

Property Value