Completion of a UI run operation.
Attribute | Always present? | Purpose |
---|---|---|
r-tag | no | Tag supplied to run by the UI, if any |
success | yes | true or false |
text | no | result text |
abort | no | true or false |
time | yes | Execution time in seconds.milliseconds |
Text may span multiple lines, separated by 
 characters.
If abort is true, the operation was aborted, and all assocated resources should be cleaned up.
Example:
<run-result r-tag="ui-432" success="true" text="well done"/>