Skip to content
Snippets Groups Projects
Commit 730317d8 authored by Fabian Tërnava's avatar Fabian Tërnava Committed by ARMAR-7a User
Browse files

Stop sync async if caolled from GUI

parent d9ede614
No related branches found
No related tags found
No related merge requests found
......@@ -602,7 +602,7 @@ namespace armarx
ARMARX_INFO << "Stopping skill from GUI: " << selectedSkill.skillExecutionId.toString();
memory->abortSkill(selectedSkill.skillExecutionId.toManagerIce());
memory->abortSkillAsync(selectedSkill.skillExecutionId.toManagerIce());
}
void
......
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