Instance.activate

void activate() @nogc nothrow

Activate 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().