[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Encapsulates state IDs

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
StateMessageStateId
<
SerializableAttribute> _
Public 
Enumeration 
StateMessageStateId
[
SerializableAttribute]
public 
enum class 
StateMessageStateId

Members

Member Description
None
Don't use this
Batch
This represents a batch of detection methods
ClientHealthSuccess
This is used with a TopicType of ClientHealth (STATE_TOPICTYPE_CLIENT_HEALTH)

Equivalent to STATE_STATEID_CLIENT_HEALTH_SUCCESS

ClientHealthNonSuccess
This is used with a TopicType of ClientHealth (STATE_TOPICTYPE_CLIENT_HEALTH)

Equivalent to STATE_STATEID_CLIENT_HEALTH_NONSUCCESS

ScanWaitContent
This is used with a TopicType of SumUpdateSourceScan (STATE_TOPICTYPE_SUM_UPDATE_SOURCE_SCAN)

Equivalent to STATE_STATEID_SCAN_CONTENT

ScanRunning
This is used with a TopicType of SumUpdateSourceScan (STATE_TOPICTYPE_SUM_UPDATE_SOURCE_SCAN)

Equivalent to STATE_STATEID_SCAN_RUNNING

ScanComplete
This is used with a TopicType of SumUpdateSourceScan (STATE_TOPICTYPE_SUM_UPDATE_SOURCE_SCAN)

Equivalent to STATE_STATEID_SCAN_COMPLETE

ScanPendingRetry
This is used with a TopicType of SumUpdateSourceScan (STATE_TOPICTYPE_SUM_UPDATE_SOURCE_SCAN)

Equivalent to STATE_STATEID_SCAN_PENDING_RETRY

ScanError
This is used with a TopicType of SumUpdateSourceScan (STATE_TOPICTYPE_SUM_UPDATE_SOURCE_SCAN)

Equivalent to STATE_STATEID_SCAN_ERROR

ScanSucceededWithErrors
This is used with a TopicType of SumUpdateSourceScan (STATE_TOPICTYPE_SUM_UPDATE_SOURCE_SCAN)

Equivalent to STATE_STATEID_SCAN_SUCCEEDED_WITH_ERRORS

CICompliant
This is used with a TopicType of SumCICompliance (STATE_TOPICTYPE_SUM_CI_COMPLIANCE)

Equivalent to STATE_STATEID_CI_COMPLIANT

CINoncompliant
This is used with a TopicType of SumCICompliance (STATE_TOPICTYPE_SUM_CI_COMPLIANCE)

Equivalent to STATE_STATEID_CI_NONCOMPLIANT

CIConflict
This is used with a TopicType of SumCICompliance (STATE_TOPICTYPE_SUM_CI_COMPLIANCE)

Equivalent to STATE_STATEID_CI_CONFLICT

CIError
This is used with a TopicType of SumCICompliance (STATE_TOPICTYPE_SUM_CI_COMPLIANCE)

Equivalent to STATE_STATEID_CI_ERROR

CINotRequired
This is used with a TopicType of SumCIDetection (STATE_TOPICTYPE_SUM_CI_DETECTION)

Equivalent to STATE_STATEID_CI_NOT_REQUIRED

CIMissing
This is used with a TopicType of SumCIDetection (STATE_TOPICTYPE_SUM_CI_DETECTION)

Equivalent to STATE_STATEID_CI_MISSING

CIInstalled
This is used with a TopicType of SumCIDetection (STATE_TOPICTYPE_SUM_CI_DETECTION)

Equivalent to STATE_STATEID_CI_INSTALLED

CIEnforcementStarted
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_STARTED

CIEnforcementWaitContent
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_WAIT_CONTENT

CIEnforcementWaitInstall
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_WAIT_INSTALL

CIEnforcementWaitServiceWindow
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_WAIT_SERVICE_WINDOW

CIEnforcementWaitReboot
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_WAIT_REBOOT

CIEnforcementSmsFailure
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_SMS_FAILURE

CIEnforcementPendingInstall
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_PENDING_INSTALL

CIEnforcementApplying
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_APPLYING

CIEnforcementRebootPending
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_REBOOT_PENDING

CIEnforcementSuccessful
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_SUCCESSFULL

CIEnforcementUpdateFailed
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_UPDATE_FAILED

CIEnforcementAdvanceDownloadStarted
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_ADVANCE_DOWNLOAD_STARTED

CIEnforcementAdvanceDownloadCompleted
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_ADVANCE_DOWNLOAD_COMPLETED

CIEnforcementAdvanceDownloadFailed
This is used with a TopicType of SumCIEnforcement (STATE_TOPICTYPE_SUM_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_CI_ENFORCEMENT_ADVANCE_DOWNLOAD_FAILED

CIScanComplete
This is used with a TopicType of DcmCIScan (STATE_TOPICTYPE_SUM_CI_SCAN)

Equivalent to STATE_STATEID_CI_SCAN_COMPLETE

CIScanFailed
This is used with a TopicType of DcmCIScan (STATE_TOPICTYPE_SUM_CI_SCAN)

Equivalent to STATE_STATEID_CI_SCAN_FAILED

AssignmentEnforceInstalling
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_ENFORCE_INSTALLING

AssignmentEnforceWaitReboot
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_ENFORCE_WAIT_REBOOT

AssignmentEnforceWaitInstall
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_ENFORCE_WAIT_INSTALL

AssignmentEnforceSuccess
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_ENFORCE_SUCCESS

AssignmentEnforcePendingReboot
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_ENFORCE_PENDING_REBOOT

AssignmentEnforceFailed
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_ENFORCE_FAILED

AssignmentEnforceAdvanceDownloadStarted
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_DOWNLOAD_STARTED

AssignmentEnforceAdvanceDownloadSuccess
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_DOWNLOAD_SUCCESS

AssignmentEnforceAdvanceDownloadFailed
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_DOWNLOAD_FAILED

AssignmentEnforceWaitServiceWindow
This is used with a TopicType of SumAssignmentEnforcement

Equivalent to STATE_STATEID_ASSIGNMENT_WAIT_SERVICE_WND

AssignmentEvaluateActivated
This is used with a TopicType of SumAssignmentEvaluation (STATE_TOPICTYPE_SUM_ASSIGNMENT_EVALUATION)

Equivalent to STATE_STATEID_ASSIGNMENT_EVALUATE_ACTIVATED

AssignmentEvaluateSuccess
This is used with a TopicType of SumAssignmentEvaluation (STATE_TOPICTYPE_SUM_ASSIGNMENT_EVALUATION)

Equivalent to STATE_STATEID_ASSIGNMENT_EVALUATE_SUCCESS

AssignmentEvaluateFailed
This is used with a TopicType of SumAssignmentEvaluation (STATE_TOPICTYPE_SUM_ASSIGNMENT_EVALUATION)

Equivalent to STATE_STATEID_ASSIGNMENT_EVALUATE_FAILED

AssignmentCompliant
This is used with a TopicType of SumAssignmentCompliance (STATE_TOPICTYPE_SUM_ASSIGNMENT_COMPLIANCE)

Equivalent to STATE_STATEID_ASSIGNMENT_COMPLIANT

AssignmentNoncompliant
This is used with a TopicType of SumAssignmentCompliance (STATE_TOPICTYPE_SUM_ASSIGNMENT_COMPLIANCE)

Equivalent to STATE_STATEID_ASSIGNMENT_NONCOMPLIANT

Resync
This is used with a TopicType of ResyncStateMessage (STATE_TOPICTYPE_RESYNC_STATE_MSG)

Equivalent to STATE_RESYNC

ClientDeploymentStarted
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_DEPLOYMENT_STARTED

CcmSetupUnknownFailure
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_UNKNOWN_FAILURE

CcmSetupCreateServiceFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_CREATE_SERVICE_FAILED

CcmSetupDeleteServiceFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_DELETE_SERVICE_FAILED

CcmSetupInstallOverEmbeddedFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_INSTALL_OVER_EMBEDDED_FAILED

CcmSetupNativeWin2000Failed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_NATIVE_W2K_FAILED

CcmSetupCcmSetupDownloadFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_DOWNLOAD_FAILED

CcmSetupCommandLineInvalid
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_COMMANDLINE_INVALID

CcmSetupWinHttpDownloadFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_WINHTTP_DOWNLOAD_FAILED

CcmSetupBitsDownloadFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_BITS_DOWNLOAD_FAILED

CcmSetupBitsInstallFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_BITS_INSTALL_FAILED

CcmSetupPrerequisiteInstallFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_PREREQ_INSTALL_FAILED

CcmSetupDiskFull
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_DISK_FULL

CcmSetupClientInstallationFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_CLIENT_INSTALLATION_FAILED

CcmSetupLoadManifestFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_LOAD_MANIFEST_FAILED

CcmSetupCertificateLoadFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_CERTIFICATE_LOAD_FAILED

CcmSetupPrerequisiteNotSigned
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_PREREQ_NOT_SIGNED

CcmSetupRebootRequired
This is used with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_REBOOT_REQUIRED

CcmSetupMPVersionMismatch
This is used with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_MP_VERSION_MISMATCH

CcmSetupUnsupportedOS
This is used with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_UNSUPPORTED_OS

CcmSetupUpgradeNotSupported
This is used with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CCMSETUP_UPGRADE_NOT_SUPPORTED

ClientDeploymentSucceeded
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_DEPLOYMENT_CLIENT_DEPLOYMENT_SUCCEEDED

ClientDeploymentSucceededRebootRequired
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_DEPLOYMENT_SUCCEEDED_REBOOT_REQUIRED

ClientDeploymentSucceededRebootSucceeded
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_DEPLOYMENT_SUCCEEDED_REBOOT_SUCCEEDED

ClientAssignmentStarted
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_STARTED

ClientAssignmentUnknownFailure
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_UNKNOWN_FAILURE

ClientAssignmentSiteCodeInvalid
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_SITECODE_INVALID

ClientAssignmentMPAssignmentFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_MP_ASSIGNMENT_FAILED

ClientAssignmentDefaultMPDiscoveryFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_DEFAULT_MP_DISCOVERY_FAILED

ClientAssignmentCertificateDownloadFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_CERTIFICATE_DOWNLOAD_FAILED (605)

ClientAssignmentAutoSiteFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_AUTO_SITE_FAILED (606)

ClientAssignmentIncorrectSiteVersion
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_INCORRECT_SITE_VERSION (607)

ClientAssignmentSiteVersionFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_SITE_VERSION_FAILED (608)

ClientAssignmentClientVersionFailed
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_CLIENT_VERSION_FAILED (609)

ClientAssignmentSucceeded
This is ued with a TopicType of ClientDeployment (STATE_TOPICTYPE_CLIENT_DEPLOYMENT)

Equivalent to STATE_STATEID_CLIENT_ASSIGNMENT_SUCCEEDED (700)

UpdateNotRequired
This is used with a TopicType of SumUpdateDetection (STATE_TOPTCTYPE_SUM_UPDATE_DETECTION)

Equivalent to STATE_STATEID_UPDATE_NOT_REQUIRED

UpdateMissing
This is used with a TopicType of SumUpdateDetection (STATE_TOPTCTYPE_SUM_UPDATE_DETECTION)

Equivalent to STATE_STATEID_UPDATE_MISSING

UpdateInstalled
This is used with a TopicType of SumUpdateDetection (STATE_TOPTCTYPE_SUM_UPDATE_DETECTION)

Equivalent to STATE_STATEID_UPDATE_INSTALLEd

DiskSpace
This is used with a TopicType of BranchDp (STATE_TOPICTYPE_BRANCH_DP)

Equivalent to STATE_STATEID_DISK_SPACE

CalCollected
This is used with a TopicType of CalTrack* (STATE_TOPICTYPE_CAL_TRACK_*)

Equivalent to STATE_STATEID_CAL_COLLECTED

ClientFrameworkCommunicationOk
This is used with a TopicType of ClientFrameworkCommunication (STATE_TOPICTYPE_CLIENT_FRAMEWORK_COMM)

Equivalent to STATE_STATEID_CLIENT_FRAMEWORK_COMM_OK

ClientFrameworkCommunicationError
This is used with a TopicType of ClientFrameworkCommunication (STATE_TOPICTYPE_CLIENT_FRAMEWORK_COMM)

Equivalent to STATE_STATEID_CLIENT_FRAMEWORK_COMM_ERROR

ClientFrameworkLocalOk
This is used with a TopicType of ClientFrameworkLocal (STATE_TOPICTYPE_CLIENT_FRAMEWORK_LOCAL)

Equivalent to STATE_STATEID_CLIENT_FRMAEWORK_LOCAL_OK (1)

ClientFrameworkLocalError
This is used with a TopicType of ClientFrameworkLocal (STATE_TOPICTYPE_CLIENT_FRAMEWORK_LOCAL)

Equivalent to STATE_STATEID_CLIENT_FRMAEWORK_LOCAL_ERROR (2)

ClientFrameworkModeReadinessNotReady
This is used with a TopicType of ClientFrameworkModeReadiness (STATE_TOPICTYPE_CLIENT_FRAMEWORK_MODEREADINESS)

Equivalent to STATE_STATEID_CLIENT_FRAMEWORK_MODEREADINESS_NOT_READY

ClientFrameworkModeReadinessReady
This is used with a TopicType of ClientFrameworkModeReadiness (STATE_TOPICTYPE_CLIENT_FRAMEWORK_MODEREADINESS)

Equivalent to STATE_STATEID_CLIENT_FRAMEWORK_MODEREADINESS_READY

AmtClientDataProvisioning
This is used with a TopicType of AmtClientDataSynchronize (STATE_TOPICTYPE_AMT_CLIENT_DATA_SYNCHRONIZE)

Equivalent to STATE_STATEID_AMT_CLIENT_DATA_PROVISIONING

AmtClientDataManufacturing
This is used with a TopicType of AmtClientDataSynchronize (STATE_TOPICTYPE_AMT_CLIENT_DATA_SYNCHRONIZE)

Equivalent to STATE_STATEID_AMT_CLIENT_DATA_MANUFACTURING

AmtUpdateMachineProvisionStart
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_PROVISION_START

AmtUpdateMachineProvisionFinish
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_PROVISION_FINISH

AmtUpdateMachineUnprovisionFull
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_UNPROVISION_FULL

AmtUpdateMachineUnprovisionPartial
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_UNPROVISION_PARTIAL

AmtUpdateMachineClearSuppressAuto
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_CLEAR_SUPPRESS_AUTO

AmtUpdateMachineMaintenanceCertFinish
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_MAINTENANCE_CERT_FINISH

AmtUpdateMachineMaintenanceKerberosFinish
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_MAINTENANCE_KERB_FINISH

AmtUpdateMachineProvisionMiscDataFill
This is used with a TopicType of AmtUpdateMachineProperty (STATE_TOPICTYPE_AMT_UPDATE_MACHINE_PROPERTY)

Equivalent to STATE_STATEID_AMT_UPDATE_MACHINE_PROVISION_MISCDATAFILL

AffinitySet
This is used with a TopicType of UserAffinity (STATE_TOPICTYPE_USER_AFFINITY)

Equivalent to STATE_STATEID_USER_AFFINITY_SET

AffinityRemove
This is used with a TopicType of UserAffinity (STATE_TOPICTYPE_USER_AFFINITY)

Equivalent to STATE_STATEID_USER_AFFINITY_REMOVE

AppCIEnforcementSucceed
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_SUCCEEDED

AppCIEnforcementInProgress
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_IN_PROGRESS

AppCIEnforcementInProgressWaitingContent
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_IN_PROGRESS_WAITING_CONTENT

AppCIEnforcementInProgressInstalling
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_IN_PROGRESS_INSTALLING

AppCIEnforcementInProgressWaitingReboot
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_IN_PROGRESS_WAITING_REBOOT

AppCIEnforcementInProgressWaitingMaintenanceWindow
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_IN_PROGRESS_WAITING_MAINTENANCE_WINDOW

AppCIEnforcementInProgressWaitingSchedule
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_IN_PROGRESS_WAITING_SCHEDULE

AppCIEnforcementRequirementNotMet
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_REQ_NOT_MET

AppCIEnforcementUnknown
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_UNKNOWN

AppCIEnforcementError
This is used with a TopicType of UserAffinity (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_ERROR

AppCIEnforcementErrorEvaluating
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_ERROR_EVALUATING

AppCIEnforcementErrorInstalling
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_ERROR_INSTALLING

AppCIEnforcementErrorRetrievingContent
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_ERROR_RETRIEVING_CONTENT

AppCIEnforcementErrorConflict
This is used with a TopicType of AppCIEnforcement (STATE_TOPICTYPE_APP_CI_ENFORCEMENT)

Equivalent to STATE_STATEID_APP_CI_ENFORCEMENT_ERROR_CONFLICT

EPClientUnmanaged
This is used with a TopicId of Endpoint Protection Client Deployment

Equivalent to STATE_STATEID_EPCLIENT_UNMANAGED

EPClientToBeInstalled
This is used with a TopicId of Endpoint Protection Client Deployment

Equivalent to STATE_STATEID_EPCLIENT_TOBE_INSTALLED

EPClientManaged
This is used with a TopicId of Endpoint Protection Client Deployment

Equivalent to STATE_STATEID_EPCLIENT_MANAGED

EPClientFailed
This is used with a TopicId of Endpoint Protection Client Deployment

Equivalent to STATE_STATEID_EPCLIENT_FAILED

EPClientRebootPending
This is used with a TopicId of Endpoint Protection Client Deployment

Equivalent to STATE_STATEID_EPCLIENT_REBOOT_PENDING

EPPolicyApplicationUnknown
This is used with a TopicId of Endpoint Protection Client Policy Application

Equivalent to STATE_STATEID_EPPolicyApplication_UNKNOWN

EPPolicyApplicationSuccess
This is used with a TopicId of Endpoint Protection Client Policy Application

Equivalent to STATE_STATEID_EPPolicyApplication_SUCCESS

EPPolicyApplicationFailed
This is used with a TopicId of Endpoint Protection Client Policy Application

Equivalent to STATE_STATEID_EPPolicyApplication_FAILED

EPOperationResultUnknown
This is used with a TopicId of Endpoint Protection Client Operation Result

Equivalent to STATE_STATEID_EPOperationResult_UNKNOWN

EPOperationResultNotApplicable
This is used with a TopicId of Endpoint Protection Client Operation Result

Equivalent to STATE_STATEID_EPOperationResult_NOTAPPLICABLE

EPOperationResultFailed
This is used with a TopicId of Endpoint Protection Client Operation Result

Equivalent to STATE_STATEID_EPOperationResult_FAILED

EPOperationResultSuccess
This is used with a TopicId of Endpoint Protection Client Operation Result

Equivalent to STATE_STATEID_EPOperationResult_SUCCESS

See Also