executionStatus
The status of an execution.
- Namespace
- (Default)
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| creation | dateTime | element | 0/1 | The creation time of the execution. | ||
| executing | boolean | element | 1/1 | required boolean | Whether the execution is currently being executed | |
| executionNode | string | element | 0/1 | The name of the node on which the execution is being performed | ||
| exitCode | int | element | 0/1 | The exit code of the optimization execution. | ||
| finish | dateTime | element | 0/1 | The finish time of the execution. | ||
| id | string | element | 0/1 | The id of the execution. | ||
| parameter | list of parameter | element | 0/unbounded | The parameters provided to the model. | ||
| progress | double | element | 1/1 | required double | The progress of the execution. This is set to 0 when an execution starts and can be updated from the model by calling send(38371,NEWVALUE). | |
| start | dateTime | element | 0/1 | The start time of the execution. | ||
| status | modelStatus | element | 0/1 | The model status when the execution completed. |
Example
<e----->
<id>...</id>
<status>...</status>
<exitCode>...</exitCode>
<creation>...</creation>
<start>...</start>
<finish>...</finish>
<parameter>
<key>...</key>
<value>...</value>
</parameter>
<progress>...</progress>
<executing>...</executing>
<executionNode>...</executionNode>
</e----->
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
