Skip to content
Snippets Groups Projects
Commit ab5d0c51 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7432: Updated lofar.task.feedback.status message format

parent 9da15f6d
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,11 @@ public: ...@@ -56,8 +56,11 @@ public:
"1.0.0") "1.0.0")
{ {
setXMLPayload(formatString( setXMLPayload(formatString(
"<task>%s</task>", "<task>
success ? "FINISHED" : "ABORT")); <type>observation</type>
<state>%s</state>
</task>",
success ? "finished" : "aborted"));
} }
// Parse a message // Parse a message
......
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