...
Property | Purpose | ||
---|---|---|---|
Start() | Registers services that each component within the bundle exposes if all required service dependencies are available. For each component, at least a component service is registered. | ||
Stop() | Stops all services registered by the component. | ||
Update() | Updates a plugin to a new version. | ||
Uninstall() | Removes all content that was created during the installation of the component and uninstalls the plugin. | ||
Uninstall(doPurge) | Removes all content that was created during and after the installation of the component and uninstalls the plugin.
| ||
Purge() | The bundle has been uninstalled. It cannot move into any other state. |
...