From de03215322eb545bebdccba65b6f8f6b307b9f85 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 27 Jan 2025 10:51:00 +0200 Subject: Added latest thread loading... --- Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Tango.Integration/Operation') diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 5a10f643a..1c2ce0042 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -4586,6 +4586,7 @@ namespace Tango.Integration.Operation public async Task AbortThreadLoading() { + ThreadLoadingStatus = null; var response = await SendRequest(new AbortThreadLoadingRequest()); } -- cgit v1.3.1