AddinNotificationState Enumeration
Indicates the state of the add-in installation on the client computer.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public enum AddinNotificationState
public enum class AddinNotificationState
Public Enumeration AddinNotificationState
Members
Member name | Description | |
---|---|---|
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. |
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top