Initializing help system before first use

runLogFragment

Structure containing information about (part or all) of the run log

Namespace
(Default)
Properties
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 string element 0/unbounded Return the run log lines in this fragment
version string element 0/1 Return the run log version. Note: the run log version does not change when new lines are added to the run log, only when an execution restarts & the run log is reset.

Example

<r----->
  <id>...</id>
  <version>...</version>
  <firstLineNum>...</firstLineNum>
  <lines>...</lines>
</r----->