JobRetryDetails interface

Job Retry Details.

Properties

duration

The time elapsed during the execution of this job.

endTime

The end time of the job execution.

errorDetails

Details of any errors that occurred during the execution of this job.

retryAttempt

The retry attempt number of the job.

startTime

The start time of the job execution.

status

The current status of the job execution.

userComments

User Comments.

Property Details

duration

The time elapsed during the execution of this job.

duration?: string

Property Value

string

endTime

The end time of the job execution.

endTime?: Date

Property Value

Date

errorDetails

Details of any errors that occurred during the execution of this job.

errorDetails?: JobErrorInfo

Property Value

retryAttempt

The retry attempt number of the job.

retryAttempt: number

Property Value

number

startTime

The start time of the job execution.

startTime?: Date

Property Value

Date

status

The current status of the job execution.

status?: string

Property Value

string

userComments

User Comments.

userComments?: JobUserComment[]

Property Value