 | modelRecordMode Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Enumeration used by model execution records
Namespace:
imbSCI.DataComplex.data.modelRecords
Assembly:
imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| single | 1 | |
| multi | 2 | |
| starter | 4 | |
| singleStarter | 5 | |
| multiStarter | 6 | |
| nonStarter | 8 | |
| particularScope | 16 | |
| summaryScope | 32 | |
| obligationInverseOption | 64 | |
| obligationOnStart | 512 |
The obligation related to RecordStart operation
|
| obligationOnInit | 1024 |
The obligation related to RecordInit operation
|
| obligationOnFinish | 2048 |
The obligation related to RecordFinish operation
|
| obligationDataSet | 128 | |
| obligationInitBeforeStart | 4096 | |
| obligationStartBeforeInit | 8192 | |
| obligationStartBeforeFinish | 16384 | |
| obligationPropertyList | 32768 | |
| obligationBuildSummaryStatistics | 65536 | |
| callDataSetBuildOnFinish | 131072 | |
See Also