Click or drag to resize

modelRecordStateEnum Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
State of the record

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public enum modelRecordStateEnum
Request Example View Source
Members
  Member nameValueDescription
notStarted0 Not started: the record is still unactive, waiting for [!:modelRecordParentBase.recordStart] call
started1 Started: the record is running.
finished2 Finished: the record is closed on this algorithm.
initiated3
See Also