DpmJobExtendedInfo interface

Additional information on the DPM workload-specific job.

Properties

dynamicErrorMessage

Non localized error message on job execution.

propertyBag

The job properties.

tasksList

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[]

Property Value