Add commands to list, cancel, start jobs.
[whenjobs.git] / lib / whenexpr.mli
index f1b8e2e..91bb134 100644 (file)
@@ -66,6 +66,7 @@ type result = {
   res_code : int;                       (** Return code from the script. *)
   res_tmpdir : string;                  (** Temporary directory. *)
   res_output : string;                  (** Filename of output from job. *)
+  res_start_time : float;               (** When the job started. *)
 }
 (** Result of the run of a job. *)