Skip to content
Snippets Groups Projects
Commit 32e5c37c authored by Tommy Persson's avatar Tommy Persson
Browse files

Missing files added

parent 0109c013
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ add_service_files( ...@@ -56,6 +56,7 @@ add_service_files(
FILES FILES
TSTAbortExecutor.srv TSTAbortExecutor.srv
TSTCreateExecutor.srv TSTCreateExecutor.srv
TSTExecutorContinue.srv
TSTExecutorExpand.srv TSTExecutorExpand.srv
TSTExecutorIsDelegationExpandable.srv TSTExecutorIsDelegationExpandable.srv
TSTExecutorGetConstraints.srv TSTExecutorGetConstraints.srv
......
#
# Continue execution from a paused state
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool status # Returns true if the node was in a paused state, false otherwise
bool success
int32 error
string reason
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment