UpdateInstallationState Enumeration

 

Applies To: Windows Server Update Services

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)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UpdateInstallationState
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class UpdateInstallationState
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type UpdateInstallationState
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration UpdateInstallationState

Members

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.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top