diff --git a/srv/TSTAbortExecutor.srv b/srv/TSTAbortExecutor.srv new file mode 100644 index 0000000000000000000000000000000000000000..a21b5b03a25861755f583ee233f5ca8b3b761018 --- /dev/null +++ b/srv/TSTAbortExecutor.srv @@ -0,0 +1,10 @@ +# +# Abort the executor +# + +string ns # Namespace for the tstfactory +int32 id # id for the TST node in the tstfactory +--- +bool success +int32 error +string reason