Pre-loaded plugins are called before other potentially necessary properties are set on the instance (by inheriting applications or even other non-pre-loaded instance plugins).
We might need implement some type of control over when to invoke pre-loaded plugins. Or even just allow them to be loaded, but not invoked, so that an inheriting application can do .run on the instance to call the plugins.
@doowb thoughts?
Pre-loaded plugins are called before other potentially necessary properties are set on the instance (by inheriting applications or even other non-pre-loaded instance plugins).
We might need implement some type of control over when to invoke pre-loaded plugins. Or even just allow them to be loaded, but not invoked, so that an inheriting application can do
.runon the instance to call the plugins.@doowb thoughts?