diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-24 17:59:52 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-24 17:59:52 +0300 |
| commit | dc0ea147f5c257ed658db4e34a1643290e994a28 (patch) | |
| tree | 9b391d3d3bcc57b856fe93fea33723d7e7f2e445 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | |
| parent | 9b40c8f1474459b3db83fb89ccbd0810142f3222 (diff) | |
| download | Tango-dc0ea147f5c257ed658db4e34a1643290e994a28.tar.gz Tango-dc0ea147f5c257ed658db4e34a1643290e994a28.zip | |
Fixed issue with resumed job start date !
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 8e7306ba9..de8e118e9 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -1526,9 +1526,13 @@ namespace Tango.Integration.Operation }; + _jobStartDate = DateTime.UtcNow; + _jobUploadingStartDate = _jobStartDate; + _jobHeatingStartDate = _jobStartDate; + _jobActualStartDate = null; + bool responseLogged = false; bool completed = false; - _jobActualStartDate = null; Thread.Sleep(500); //Just wait maybe Shlomo is getting this message to fast after restart ? |
