farmbot v6.4.1 Farmbot.BotState.JobProgress View Source

Interface for job progress.

Link to this section Summary

Types

Status of the job

t()

Unit of the job

Link to this section Types

Link to this type status() View Source
status() :: :working | :complete | :error

Status of the job.

Link to this type unit() View Source
unit() :: :percent | :bytes

Unit of the job.