aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
index 68ed696fa..7951bc584 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs
@@ -563,6 +563,12 @@ namespace Tango.Integration.Operation
Task ContinueThreadLoading(ProcessParametersTable processParameters);
/// <summary>
+ /// Aborts the current thread loading process.
+ /// </summary>
+ /// <returns></returns>
+ Task AbortThreadLoading();
+
+ /// <summary>
/// Attempts to jog the thread in order to check whether there are no thread breaking issues.
/// </summary>
/// <returns></returns>