From dc0ea147f5c257ed658db4e34a1643290e994a28 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 24 Aug 2020 17:59:52 +0300 Subject: Fixed issue with resumed job start date ! --- .../Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs') 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 ? -- cgit v1.3.1