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;
}