Module Dockerfile_cmd.Parallel.Joblog

type t = {
arg : string;
seq : int;
host : string;
start_time : float;
run_time : float;
send : int;
receive : int;
exit_code : int;
signal : int;
command : string;
build_logfiles : (string * string) option;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t