From 615311366218b9db2cdf5067b207743f41e95b8d Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 23 Jul 2018 18:19:01 +0300 Subject: Working on PPC. --- .../Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 bdfa8a218..88c753846 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -144,6 +144,11 @@ namespace Tango.Integration.Operation #region Properties + /// + /// Gets or sets the job handling mode. + /// + public JobHandlerModes JobHandlingMode { get; set; } + private MachineStatuses _status; /// /// Gets the current machine status. @@ -778,7 +783,7 @@ namespace Tango.Integration.Operation { LogManager.Log(ex, "Failed to cancel job."); } - }, originalJob, processParameters); + }, originalJob, processParameters, JobHandlingMode); handler.StatusChanged += (x, s) => { -- cgit v1.3.1