Runtime job information returned by systemd's ListJobs D-Bus method.
ListJobs
@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() }