diff --git a/lib/common/src/run.rs b/lib/common/src/run.rs index 2b21060..622ba4e 100644 --- a/lib/common/src/run.rs +++ b/lib/common/src/run.rs @@ -110,4 +110,10 @@ impl Run{ self.flagged=Some(flag_reason); } } + pub fn get_finish_time(&self)->Option