JobExtendedInfo interface

Additional information for job.

Properties

dynamicErrorMessage

Non localized error message on job execution.

tasksList

List of tasks associated with this job.

Property Details

dynamicErrorMessage

Non localized error message on job execution.

dynamicErrorMessage?: string

Property Value

string

tasksList

List of tasks associated with this job.

tasksList?: JobTaskDetail[]

Property Value