aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/JobRuns
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-01-12 18:49:27 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-01-12 18:49:27 +0200
commitea06554bd915b078a2e80f6876087659bac707bf (patch)
treead02efd032c630d34a3c000f21eeaa323629b454 /Software/Visual_Studio/Tango.Integration/JobRuns
parent2d59177c20966741d9b1ac052fe8ee6ca9ed2119 (diff)
downloadTango-ea06554bd915b078a2e80f6876087659bac707bf.tar.gz
Tango-ea06554bd915b078a2e80f6876087659bac707bf.zip
Working on job run liquid quantity.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/JobRuns')
-rw-r--r--Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
index 9eb010ec2..cc08de2a2 100644
--- a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
+++ b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
@@ -209,6 +209,8 @@ namespace Tango.Integration.JobRuns
MachineGuid = _job.MachineGuid,
EndPosition = e.JobHandler.Status.Progress,
JobRunStatus = JobRunStatus.Completed,
+ JobLength = e.JobHandler.Status.TotalProgress,
+ LiquidQuantities = e.LiquidQuantities,
});
e.Job.LastRun = DateTime.UtcNow;