DpmJobExtendedInfo interface
Additional information on the DPM workload-specific job.
Properties
| dynamic |
Non localized error message on job execution. |
| property |
The job properties. |
| tasks |
List of tasks associated with this job. |
Property Details
dynamicErrorMessage
Non localized error message on job execution.
dynamicErrorMessage?: string
Property Value
string
propertyBag
The job properties.
propertyBag?: Record<string, string>
Property Value
Record<string, string>
tasksList
List of tasks associated with this job.
tasksList?: DpmJobTaskDetails[]