JobTaskDetail interface

Job task 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.

linkedJobIds

Identifiers of linked jobs to this task.

retryDetails

Retry details of the task.

startTime

The start time of the job execution.

status

The current status of the job execution.

subTasksList

List of sub-tasks associated with this job.

taskId

Identifier of the task.

taskName

Friendly name of the task.

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

linkedJobIds

Identifiers of linked jobs to this task.

linkedJobIds?: string[]

Property Value

string[]

retryDetails

Retry details of the task.

retryDetails?: JobRetryDetails[]

Property Value

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

subTasksList

List of sub-tasks associated with this job.

subTasksList?: JobTaskDetail[]

Property Value

taskId

Identifier of the task.

taskId?: string

Property Value

string

taskName

Friendly name of the task.

taskName?: string

Property Value

string

userComments

User Comments.

userComments?: JobUserComment[]

Property Value