UpdateInstallationState Enumeration
Indicates the last reported state of the update on the client computer. The state is updated when the client reports to the server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum UpdateInstallationState
SerializableAttribute ComVisibleAttribute(true) public enum UpdateInstallationState
| Member name | Description |
|---|---|
| Downloaded | The update is applicable and is downloaded to the client computer, but the update is not installed. |
| Failed | The installation of the update on the client computer failed. |
| Installed | The update is installed on the client computer. |
| InstalledPendingReboot | The update is installed on the client computer, but the update does not take effect until the user restarts the computer. |
| NotApplicable | The update is not applicable to the client computer. |
| NotInstalled | The update is applicable to the client computer, but the update is not downloaded or installed. |
| Unknown | The state is unknown. The client may not have synchronized with the WSUS server. |
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2