modelRecordStateEnum Enumeration |
Namespace: imbSCI.DataComplex.data.modelRecords
| Member name | Value | Description | |
|---|---|---|---|
| notStarted | 0 | Not started: the record is still unactive, waiting for [!:modelRecordParentBase.recordStart] call | |
| started | 1 | Started: the record is running. | |
| finished | 2 | Finished: the record is closed on this algorithm. | |
| initiated | 3 |