MediaJobOutputProgressEventData interface

Job Output Progress Event Data.

Properties

jobCorrelationData

Gets the Job correlation data.

label

Gets the Job output label.

progress

Gets the Job output progress.

Property Details

jobCorrelationData

Gets the Job correlation data.

jobCorrelationData?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

label

Gets the Job output label.

label?: string

Property Value

string

progress

Gets the Job output progress.

progress?: number

Property Value

number