pub fn invoke_plugin_action(
manifest: &PluginManifest,
contribution: &PluginActionContribution,
action: &PluginActionMetadata,
context: &PluginActionContext,
) -> Result<PluginActionResult>Expand description
Runs a validated action to completion for worker-thread and headless use.
The process is cancelled after five minutes and is always reaped by the
bounded PluginProcess shutdown path.