diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-28 16:41:29 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-28 16:41:29 +0300 |
| commit | 25d5ae2d526603cb5097d19f2e5f2525baa362d4 (patch) | |
| tree | c9ecbd6958ce4821bf7355ecff1f0b08d5b01e85 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | |
| parent | 353003efbcfd0f461b393d7242f1ef2d401c39fe (diff) | |
| download | Tango-25d5ae2d526603cb5097d19f2e5f2525baa362d4.tar.gz Tango-25d5ae2d526603cb5097d19f2e5f2525baa362d4.zip | |
JobResume refactored !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs index 84190d373..2e4e01497 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -100,7 +100,7 @@ namespace Tango.PPC.Common.Connection MachineOperator = new MachineOperator(); MachineOperator.StatusChanged += MachineOperator_StatusChanged; MachineOperator.EnableEventsNotification = true; - MachineOperator.EnableJobResume = false; + MachineOperator.EnableJobResume = true; MachineOperator.UseKeepAlive = true; MachineOperator.EnableMachineStatusUpdates = true; MachineOperator.EnableDiagnostics = true; |
