NervesHubLink.UpdateManager.State (nerves_hub_link v0.9.3) View Source

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()
}