stop_component

Function stop_component 

Source
pub fn stop_component(id: &Ustr) -> Result<()>
Expand description

Safely calls stop() on a component in the global registry.

ยงErrors

Returns an error if the component is not found or if stop() fails.