Constructs a new CoreService instance, serving as the base class for background plugin services that integrate with the Lens Studio plugin system.
Optionaldescriptor: DescriptorReadonlyidReadonlypluginThe plugin system instance used to find and access registered interfaces.
Returns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Initialize the service, set up event connections, and begin background operations.
Tear down event connections and stop all background operations.
Base class for background plugins that run without a UI, managed by the plugin system via start/stop lifecycle.