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

For execution control functionality

parent a9e38305
No related branches found
No related tags found
No related merge requests found
*~
...@@ -55,14 +55,17 @@ add_service_files( ...@@ -55,14 +55,17 @@ add_service_files(
DIRECTORY srv DIRECTORY srv
FILES FILES
TSTAbortExecutor.srv TSTAbortExecutor.srv
TSTContinueExecutor.srv
TSTCreateExecutor.srv TSTCreateExecutor.srv
TSTDestroyExecutor.srv TSTDestroyExecutor.srv
TSTEnoughExecutor.srv
TSTExecutorCheck.srv TSTExecutorCheck.srv
TSTExecutorContinue.srv TSTExecutorContinue.srv
TSTExecutorExpand.srv TSTExecutorExpand.srv
TSTExecutorIsDelegationExpandable.srv TSTExecutorIsDelegationExpandable.srv
TSTExecutorGetConstraints.srv TSTExecutorGetConstraints.srv
TSTExecutorRequestPause.srv TSTExecutorRequestPause.srv
TSTPauseExecutor.srv
TSTStartExecutor.srv TSTStartExecutor.srv
) )
......
#
# Continue the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool success
int32 error
string reason
#
# Enough the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool success
int32 error
string reason
#
# Pause the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
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