diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-14 21:34:53 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-14 21:34:53 +0300 |
| commit | baa65cb88df619c3df68bdf91e0e0476ca614998 (patch) | |
| tree | 285bdba7a53fc3e4f4e282dac96f03bf58ff0b86 /Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs | |
| parent | f42516c06b3bb1f4f2f05384a4c341ee423aed82 (diff) | |
| download | Tango-baa65cb88df619c3df68bdf91e0e0476ca614998.tar.gz Tango-baa65cb88df619c3df68bdf91e0e0476ca614998.zip | |
Vector Fine Tuning - add dialog.
Related Work Items: #6536
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs | 2 |
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 |
