pub fn get_job(
harness: &str,
id: &str,
homes: &HarnessHomes,
) -> Result<Option<(ScheduledJob, Value)>, Error>Expand description
Read one job by harness and id, with the verbatim native record beside the
uniform row. Ok(None) means the harness has no such job.