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

Renaming id field in TSTNodeInfo to factory_local_id.

parent 6ddf1d6b
No related branches found
No related tags found
No related merge requests found
Pipeline #61606 passed
......@@ -109,9 +109,11 @@ TSTSetNodeParameterString.srv
TSTSetNodeParameterStrings.srv
TSTSetFailReason.srv
TSTSetStartExecutorFlag.srv
TSTSetStartExecutorFlagFromUuid.srv
TSTSetUuidFlag.srv
TSTSetTree.srv
TSTSetTreeStartTime.srv
TSTSetTreeStartTimeFromUuid.srv
TSTSetNodeStartTime.srv
TSTSetAllSame.srv
TSTSetAllDifferent.srv
......
#
# Set the node flag start_executor to the value val.
#
string uuid
bool val
---
string com_uuid
bool success
int32 error
string reason
#
# Set the start execution time for the tree containing the node id.
# The time is set in the node id. This time is used to be able to have
# node start and end times relative to the tree start time.
#
string uuid
time start_time
---
string[] com_uuids # Used to check if time have been set at all agents.
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