Skip to content
Snippets Groups Projects
Commit c088d440 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added timeout stop in action_done function

parent 1a79be24
No related branches found
No related tags found
No related merge requests found
...@@ -239,6 +239,7 @@ class CModuleAction ...@@ -239,6 +239,7 @@ class CModuleAction
} }
this->action_result_msg=*result; this->action_result_msg=*result;
this->action_feedback_msg=Feedback(); this->action_feedback_msg=Feedback();
this->action_timeout.stop();
this->action_access.exit(); this->action_access.exit();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment