state property

  1. @JobStatusStateConverter()
JobStatusState get state
inherited

The state of the video processing job. All values not listed as a known value indicate that the job is in process.

Implementation

String get $type; String get jobId; String get did;/// The state of the video processing job. All values not listed as a known value indicate that the job is in process.
@JobStatusStateConverter() JobStatusState get state;