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?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tasksList
List of tasks associated with this job.
tasksList?: DpmJobTaskDetails[]