diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-02-19 18:19:31 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-02-19 18:19:31 +0200 |
| commit | c5f05cdf3169292487bc03cc90488d7976dcd694 (patch) | |
| tree | f8d6ae2d1df648cd2957e33bb05f13d853dd1bcb /Software/Visual_Studio/Utilities/Tango.JobRunsGenerator | |
| parent | b0c68adb4672171b00fe200ac568724fee968899 (diff) | |
| download | Tango-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.cs | 1 |
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; |
