CSysComponentState coding group This code group defines the possible states of a component in system:inmation. Lua access code To access the code of the codings below, append the coding group name and coding name to inmation.model.codes, see an example below. return inmation.model.codes.CSysComponentState.COMP_ERROR Codings Name Code Description COMP_ERROR 4 The component is in an error state COMP_REGULAR 3 The component is in a regular state COMP_UNASSIGNED 2 The component is not yet assigned to a system COMP_UNINITIALIZED 1 The component is uninitialized (invalid state)