diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-27 22:29:10 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-27 22:29:10 +0200 |
| commit | d55a3dd71b3516ec8d28b7528d2023c4a681257f (patch) | |
| tree | 7efc16f489b92dff0f2c7dd286a96e8ccdbc08b1 /Software/Visual_Studio/Tango.Integration | |
| parent | 715be3c2639772c94a82cd7781450d3d2ec8b0ef (diff) | |
| download | Tango-d55a3dd71b3516ec8d28b7528d2023c4a681257f.tar.gz Tango-d55a3dd71b3516ec8d28b7528d2023c4a681257f.zip | |
Fixed several bug with TS.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 1c2ce0042..e8ef93edd 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -1562,7 +1562,7 @@ namespace Tango.Integration.Operation if (EnableJobResume) { - ResumeJob(); + //ResumeJob(); } if (response.Message.IsAfterReset) |
