Systemd.JobStatus (systemd v0.1.0)

Copy Markdown View Source

Runtime job information returned by systemd's ListJobs D-Bus method.

Summary

Types

t()

@type t() :: %Systemd.JobStatus{
  id: non_neg_integer(),
  job_path: String.t(),
  state: String.t(),
  type: String.t(),
  unit: String.t(),
  unit_path: String.t()
}