From c24aaa736334929d64ca8f52d06c6f36142ab191 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 27 Jan 2025 10:40:17 +0200 Subject: Abort Thread Loading... --- Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 1 + 1 file changed, 1 insertion(+) (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 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