Enum PluginState
Values that represent plugin states.
Namespace: Kephas.Plugins
Assembly: Kephas.Plugins.dll
Syntax
public enum PluginState
Fields
Name | Description |
---|---|
Corrupt | The plugin installation is corrupt. |
Disabled | The plugin is installed, but has been disabled. |
Enabled | The plugin is completely installed and enabled. |
None | The plugin is not ready yet for any operation, probably file structure being created. |
PendingInstall | The plugin has been expanded in all folders, it awaits initialization. |
PendingUninstall | The plugin specific data has been uninstalled, it awaits final removal of folders. |