Job Status
data class JobStatus(val jobId: String, val did: Did, val state: State, val progress: Long? = null, val blob: Blob? = null, val error: String? = null, val message: String? = null)
Parameters
state
The state of the video processing job. All values not listed as a known value indicate that the job is in process.
progress
Progress within the current processing state.