diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-12-08 16:38:25 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-12-08 16:38:25 +0200 |
| commit | 03405603d0706435ad51182c8adc732af1aced9d (patch) | |
| tree | 9a46e36b21ab87b515b0cfca93a597a8c4dcd3c7 /Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs | |
| parent | 88416618b921c57d88f08877c3397be6324b8605 (diff) | |
| download | Tango-03405603d0706435ad51182c8adc732af1aced9d.tar.gz Tango-03405603d0706435ad51182c8adc732af1aced9d.zip | |
Added "long head cleaning".
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs index 8f5dff90e..873e024fd 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs @@ -536,7 +536,7 @@ namespace Tango.Integration.Operation /// Starts a manual head cleaning process. /// </summary> /// <returns></returns> - Task<HeadCleaningHandler> PerformHeadCleaning(); + Task<HeadCleaningHandler> PerformHeadCleaning(bool longCleaning); /// <summary> /// Starts the automatic thread loading process. |
