runLogFragment
Structure containing information about (part or all) of the run log
- Namespace
- (Default)
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| firstLineNum | int | element | 1/1 | Return the number of the first run log line in this fragment. Run log lines are numbered starting from line 1. | |
| id | string | element | 0/1 | Return the ID of the model execution | |
| lines | list of string | element | 0/unbounded | Return the run log lines in this fragment | |
| numAvailableLines | int | element | 1/1 | Return the total number of lines in this version of the run log | |
| version | string | element | 0/1 | Return the run log version. The run log version changes only when an execution restarts and the run log is reset; it does not change when new lines are added to the run log. |
Example
<r-----> <id>...</id> <version>...</version> <firstLineNum>...</firstLineNum> <numAvailableLines>...</numAvailableLines> <lines>...</lines> </r----->
