In Configuration Manager 2007, the CIEvalState enumeration defines configuration item evaluation states. This enumeration is used by the ICIINFO Interface.

typedef enum tagCIEvalState
{
  ciIdle = 0,
  ciEvaluating 
} CIEvalState;

Elements

ciIdle


Configuration item is idle.
ciEvaluating


Configuration item is being evaluated.

See Also

Other Resources

ICIINFO Interface


Send comments about this topic to Microsoft.