farmbot v6.0.0 Farmbot.BotState.Job.ByteProgress View Source

Progress represented as a number of bytes.

Link to this section Summary

Types

t()

A Progress struct represented by number of bytes

Link to this section Types

Link to this type t() View Source
t() :: %Farmbot.BotState.Job.ByteProgress{bytes: number, status: Farmbot.BotState.Job.status, unit: :bytes}

A Progress struct represented by number of bytes.