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
Send comments about this topic to Microsoft.