$this->instanceName
The name of the currently running instance of your Plugin, from the plugin_instances
table.
Can be used in methods called by plugins. From Zenario 7.0.0 onwards.
It may be helpful to know the currently running instance for debugging purposes. However you should not attempt to use the name of an instance in your logic.