run-result Indication

Completion of a UI run operation.

AttributeAlways present?Purpose
r-tag no Tag supplied to run by the UI, if any
successyestrue or false
textnoresult text
abortnotrue or false
timeyesExecution time in seconds.milliseconds

Text may span multiple lines, separated by &#10 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"/>


b3270: Protocol - Operations - Indications