ProtoRune.App.Bsky.Video.Defs.JobStatus (proto_rune v0.1.1)

Generated schema for jobStatus

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Video.Defs.JobStatus{
  blob: binary(),
  did: String.t(),
  error: String.t(),
  job_id: String.t(),
  message: String.t(),
  progress: integer(),
  state: :JOB_STATE_COMPLETED | :JOB_STATE_FAILED
}