Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyPurpose
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.

 

Note
  • A plugin must be in an active state before you can uninstall it.
  • If a plugin has dependencies with another plugin, you must first uninstall the dependent plugin(s).
Purge()

The bundle has been uninstalled. It cannot move into any other state.

...