Instance.activate
void activate() @nogc nothrowActivate a plugin instance
This resets all state information in the plugin, except for port data locations (as set by connectPort()).
This MUST be called before calling run().
void activate() @nogc nothrowActivate a plugin instance
This resets all state information in the plugin, except for port data locations (as set by connectPort()).
This MUST be called before calling run().