JobStep interface
Job Step
Properties
| end |
End time of the step (ISO8601) |
| error |
Error Details if any failure is there |
| message | Message for the step |
| name | Name of the step |
| start |
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
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