aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-05-14 21:34:53 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-05-14 21:34:53 +0300
commitbaa65cb88df619c3df68bdf91e0e0476ca614998 (patch)
tree285bdba7a53fc3e4f4e282dac96f03bf58ff0b86 /Software/Visual_Studio/Tango.Integration
parentf42516c06b3bb1f4f2f05384a4c341ee423aed82 (diff)
downloadTango-baa65cb88df619c3df68bdf91e0e0476ca614998.tar.gz
Tango-baa65cb88df619c3df68bdf91e0e0476ca614998.zip
Vector Fine Tuning - add dialog.
Related Work Items: #6536
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
-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 2b7c931f0..8c3822278 100644
--- a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
+++ b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs
@@ -332,6 +332,8 @@ namespace Tango.Integration.JobRuns
{
_job = e.Job;
+ if (_job.Designation == JobDesignations.FineTuning) return;
+
if (e.IsResumed)
{
try