Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaJobProcessingEventData

Package version

interface

An interface representing MediaJobProcessingEventData. Job processing event data

extends

MediaJobStateChangeEventData

Hierarchy

Index

Properties

Optional correlationData

correlationData: undefined | object
member

{{ [propertyName: string]: string }} [correlationData] Gets the Job correlation data.

Optional previousState

previousState: MediaJobState
member

{MediaJobState} [previousState] The previous state of the Job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled' NOTE: This property will not be serialized. It can only be populated by the server.

Optional state

member

{MediaJobState} [state] The new state of the Job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc