Add commands to list, cancel, start jobs.
[whenjobs.git] / lib / whenexpr.ml
index df1665b..6e12a5d 100644 (file)
@@ -89,6 +89,7 @@ type result = {
   res_code : int;
   res_tmpdir : string;
   res_output : string;
+  res_start_time : float;
 }
 
 type cleanup = result -> unit