From 61fdeccc6976d5dd2cca30495a26a67233fcde02 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 19 May 2024 09:59:19 +0300 Subject: Abort Thread Loading. --- .../Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 5 +++++ 1 file changed, 5 insertions(+) (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 9596dc29c..a2fc447af 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -4560,6 +4560,11 @@ namespace Tango.Integration.Operation }, new TransportRequestConfig() { ShouldLog = true }); } + public async Task AbortThreadLoading() + { + var response = await SendRequest(new AbortThreadLoadingRequest()); + } + /// /// Attempts to jog the thread in order to check whether there are no thread breaking issues. /// -- cgit v1.3.1