JobPropertiesExecutionInfo interface
Properties
end |
End time. The time at which the job completed. |
errors | Errors. A collection of errors |
exit |
Exit code. The exit code of the job. This |
start |
Start time. The time at which the job started |
Property Details
endTime
End time. The time at which the job completed.
endTime?: Date
Property Value
Date
errors
exitCode
Exit code. The exit code of the job. This
exitCode?: number
Property Value
number
startTime
Start time. The time at which the job started
startTime?: Date
Property Value
Date