nerves_hub_link v0.8.2 NervesHubLink.UpdateManager.State

Link to this section Summary

Link to this section Types

Specs

status() ::
  :idle
  | :fwup_error
  | :update_failed
  | :update_rescheduled
  | {:updating, integer()}
  | :unknown

Specs

t() :: %NervesHubLink.UpdateManager.State{
  status: status(),
  update_reschedule_timer: nil | pid()
}