pub fn active_plugin_report() -> Option<ConfigReport>Expand description
Returns the last successfully configured plugin report.
None indicates that no plugin configuration is currently active.
§Returns
The last successful ConfigReport, or None when no configuration is
active.
§Notes
This is a snapshot of the last successful activation and does not re-run validation.