Preparing search index...

    Base class for background plugins that run without a UI, managed by the plugin system via start/stop lifecycle.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance used to find and access registered interfaces.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean

    • Initialize the service, set up event connections, and begin background operations.

      Returns void

    • Tear down event connections and stop all background operations.

      Returns void