aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-02-19 18:19:31 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-02-19 18:19:31 +0200
commitc5f05cdf3169292487bc03cc90488d7976dcd694 (patch)
treef8d6ae2d1df648cd2957e33bb05f13d853dd1bcb /Software/Visual_Studio/Utilities/Tango.JobRunsGenerator
parentb0c68adb4672171b00fe200ac568724fee968899 (diff)
downloadTango-c5f05cdf3169292487bc03cc90488d7976dcd694.tar.gz
Tango-c5f05cdf3169292487bc03cc90488d7976dcd694.zip
Added RmlGuid to job runs.
Added RmlGuid to JobRunsFixer. Updated observables.. Replaces PPC loading_new_thread gif.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.JobRunsGenerator')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs
index c4ceff4e7..1cc8ed422 100644
--- a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs
+++ b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs
@@ -68,6 +68,7 @@ namespace Tango.JobRunsGenerator
if (run.JobLength == 0) run.JobLength = job.LengthIncludingNumberOfUnits;
if (run.JobName == null) run.JobName = job.Name;
+ if (run.RmlGuid == null) run.RmlGuid = job.RmlGuid;
if (run.JobString == null) run.JobString = job.ToJobFileWhenLoaded().ToString();
if (run.LiquidQuantityString == null) run.LiquidQuantities = MachineOperator.CreateJobRunLiquidQuantities(job, machine.Configuration, job.Rml.GetActiveProcessGroup().ProcessParametersTables.First(), run.EndPosition, job.LengthIncludingNumberOfUnits);
if (run.UserGuid != null) run.UserGuid = job.UserGuid;