onExecute MethodAbstract

Method called immediately following the call to onLoad when the Plugin is first loaded, and also once for each additional call to PluginAdmin.loadPlugin for the same Plugin.

onExecute(_args: string[]): void

Parameter Type Description
_args string[] arguments that were passed to PluginAdmin.loadPlugin. The first argument is the plugin name.

Defined in

Last Updated: 08 January, 2020