MediaJobOutput interface
The event data for a Job output.
Properties
error | Gets the Job output error. |
label | Gets the Job output label. |
odatatype | Polymorphic Discriminator |
progress | Gets the Job output progress. |
state | Gets the Job output state. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled' |
Property Details
error
label
Gets the Job output label.
label?: string
Property Value
string
odatatype
Polymorphic Discriminator
odatatype: "MediaJobOutput"
Property Value
"MediaJobOutput"
progress
Gets the Job output progress.
progress: number
Property Value
number
state
Gets the Job output state. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'
state: MediaJobState
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript