Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
No Configuration Manager, a enumeração define os CIJobState estados da tarefa do agente do item de configuração. Esta enumeração é utilizada pela Interface ICIINFO.
Sintaxe
typedef enum tagCIJobState
{
ciJobStateNone = 0,
ciJobStateAvailable,
ciJobStateSubmitted,
ciJobStateDetecting,
ciJobStateDownloadingCIDef,
ciJobStateDownloadingSdmPkg,
ciJobStatePreDownload,
ciJobStateDownloading,
ciJobStateWaitInstall,
ciJobStateInstalling,
ciJobStatePendingSoftReboot,
ciJobStatePendingHardReboot,
ciJobStateWaitReboot,
ciJobStateVerifying,
ciJobStateInstallComplete,
ciJobStateError,
ciJobStateWaitServiceWindow
} CIJobState;
Elementos
ciJobStateNone Sem estado.
ciJobStateAvailable Disponível.
ciJobStateSubmitted Submetido.
ciJobStateDetecting A ser detetado.
ciJobStateDownloadingCIDef A transferir a definição do item de configuração.
ciJobStateDownloadingSdmPkg A transferir um pacote de Modelo de Definição de Sistema (SDM).
ciJobStatePreDownload Pré-transferência.
ciJobStateDownloading A transferir.
ciJobStateWaitInstall Aguarde pela instalação.
ciJobStateInstalling A instalar.
ciJobStatePendingSoftReboot Suspender a operação para reinício recuperável.
ciJobStatePendingHardReboot Suspender operação para reinício rígido.
ciJobStateWaitReboot Aguarde pelo reinício.
ciJobStateVerifying A verificar.
ciJobStateInstallComplete Instalação concluída.
ciJobStateError Erro.
ciJobStateWaitServiceWindow Aguarde pela janela de manutenção.