Skip to main content

trigger_export_now

Function trigger_export_now 

Source
pub fn trigger_export_now() -> bool
Expand description

On-demand export from anywhere in user code. Resets [EXPORTED] then calls export_once, so it always exports AND re-arms the exit-path idempotency guard (a later panic/Ctrl-C will produce a fresh report).

Returns true if the export ran.