AddinNotificationState Enumeration
Indicates the state of the add-in installation on the client computer.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| 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. |
Community Additions
ADD
Show: