Skip to main content

active_plugin_report

Function active_plugin_report 

Source
pub fn active_plugin_report() -> Option<ConfigReport>
Expand description

Returns the active plugin report or a report retained after a failed teardown.

None indicates that no plugin configuration is active and no failed teardown report is retained.

§Returns

The active ConfigReport, or the report containing runtime diagnostics from the last failed teardown.

§Notes

This is a snapshot of the last successful activation and does not re-run validation.