Plugin Environment Variable $this->instanceName

Summary

The name of the currently running instance of your Plugin, from the plugin_instances table.

Where You Can Use It

Can be used in methods called by plugins. From Zenario 7.0.0 onwards.

Description

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.