Interface for job progress.
Status of the job
Unit of the job
status() :: :working | :complete | :error
Status of the job.
t() :: Farmbot.BotState.JobProgress.Bytes.t() | Farmbot.BotState.JobProgress.Percent.t()
unit() :: :percent | :bytes
Unit of the job.