aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-27 10:40:17 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-27 10:40:17 +0200
commitc24aaa736334929d64ca8f52d06c6f36142ab191 (patch)
treee352046f097c609538e84010195f62924ae6dfe3 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
parenta712332e02b8346de626e267b3cba3f819fd3743 (diff)
downloadTango-c24aaa736334929d64ca8f52d06c6f36142ab191.tar.gz
Tango-c24aaa736334929d64ca8f52d06c6f36142ab191.zip
Abort Thread Loading...
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs1
1 files changed, 1 insertions, 0 deletions
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<AbortThreadLoadingRequest, AbortThreadLoadingResponse>(new AbortThreadLoadingRequest());
}