Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
In Configuration Manager 2007, the CIJobState enumeration defines configuration item agent job states. This enumeration is used by the ICIINFO Interface.
typedef enum tagCIJobState
{
  ciJobStateNone = 0,
  ciJobStateAvailable,
  ciJobStateSubmitted,
  ciJobStateDetecting,
  ciJobStateDownloadingCIDef,
  ciJobStateDownloadingSdmPkg,
  ciJobStatePreDownload,
  ciJobStateDownloading,
  ciJobStateWaitInstall,
  ciJobStateInstalling,
  ciJobStatePendingSoftReboot,
  ciJobStatePendingHardReboot,
  ciJobStateWaitReboot,
  ciJobStateVerifying,
  ciJobStateInstallComplete,
  ciJobStateError,
  ciJobStateWaitServiceWindow
} CIJobState;
Elements
- ciJobStateNone
 No state.
- ciJobStateAvailable
 Available.
- ciJobStateSubmitted
 Submitted.
- ciJobStateDetecting
 Being detected.
- ciJobStateDownloadingCIDef
 Downloading configuration item definition.
- ciJobStateDownloadingSdmPkg
 Downloading a System Definition Model (SDM) package.
- ciJobStatePreDownload
 Pre-download.
- ciJobStateDownloading
 Downloading.
- ciJobStateWaitInstall
 Wait for installation.
- ciJobStateInstalling
 Installing.
- ciJobStatePendingSoftReboot
 Suspend operation for soft reboot.
- ciJobStatePendingHardReboot
 Suspend operation for hard reboot.
- ciJobStateWaitReboot
 Wait for reboot.
- ciJobStateVerifying
 Verifying.
- ciJobStateInstallComplete
 Installation complete.
- ciJobStateError
 Error.
- ciJobStateWaitServiceWindow
 Wait for maintenance window.