aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-02-24 13:21:38 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-02-24 13:21:38 +0200
commitddf4a6b20db496a512d4fe8ccd56c1ec7fed104a (patch)
tree70abd82287cd4e32482a6d4c7a5e0f1690ce8d2a /Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
parentb76a80ace73bd84e3834c0cbac2058c4beb8f360 (diff)
downloadTango-ddf4a6b20db496a512d4fe8ccd56c1ec7fed104a.tar.gz
Tango-ddf4a6b20db496a512d4fe8ccd56c1ec7fed104a.zip
PPC: Fixed issue with color hive on Volume.
PPC: Fixed issue with segments edit docking. Added RmlGuid to JobRunsLogger.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
index bb6c81a82..f2fb2f16e 100644
--- a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
+++ b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
@@ -106,6 +106,7 @@ namespace Tango.Integration.JobRuns
run.Source = JobSource;
run.Designation = _job.Designation;
run.JobGuid = _job.Guid;
+ run.RmlGuid = _job.RmlGuid;
run.MachineGuid = _job.MachineGuid;
run.JobRunStatus = status;
run.EndPosition = e.JobHandler.Status.Progress;