aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-15 17:58:46 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-15 17:58:46 +0300
commitb8566b704e0804239bcb58dfb90b32e5334ce446 (patch)
treebe58a5f0c37690b07a48db45e9b0fc498c680b58 /Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs
parentb90acacb7dbef7d088d57a200cc4d71148bffd1e (diff)
downloadTango-b8566b704e0804239bcb58dfb90b32e5334ce446.tar.gz
Tango-b8566b704e0804239bcb58dfb90b32e5334ce446.zip
Implemented JobRunner on Tech Board !.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs b/Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs
index f2aa261e4..bdbfacca5 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/JobHandler.cs
@@ -279,6 +279,7 @@ namespace Tango.Integration.Operation
/// </summary>
public void Cancel()
{
+ Status.Progress = 0;
_cancelAction();
}