AddinNotificationState Enumeration

 

Indicates the state of the add-in installation on the client computer.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

public enum class AddinNotificationState

Member nameDescription
InstallCompleted

Indicates that the add-in was completely installed.

InstallCompleteRebootRequired

Indicates that the add-in was completely installed and that the computer must be restarted.

Installing

Indicates that the add-in is currently being installed.

None

Indicates that there are no current operations for which notification is required.

UninstallCompleteRebootRequired

Indicates that the add-in was completely uninstalled and that the computer must be restarted.

Uninstalling

Indicates that the add-in is currently being uninstalled.

Return to top

Community Additions

ADD
Show: