diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-25 15:09:43 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-25 15:09:43 +0300 |
| commit | 9e6f2a37d528a1bf50629dc7132f1e4496114aee (patch) | |
| tree | a18a3c2807ba597f544fad4dcfccd2aa6f5195c7 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection | |
| parent | 70f02677e29c3bd0de8d9f88a0ead8e8e9c69cbc (diff) | |
| download | Tango-9e6f2a37d528a1bf50629dc7132f1e4496114aee.tar.gz Tango-9e6f2a37d528a1bf50629dc7132f1e4496114aee.zip | |
Disabled job resume.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
| -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 9fe6d24bd..3d77aa4e2 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 = true; + MachineOperator.EnableJobResume = false; MachineOperator.UseKeepAlive = true; MachineOperator.EnableMachineStatusUpdates = true; MachineOperator.EnableDiagnostics = true; |
