Function kill_tree::kill_tree

source ·
pub async fn kill_tree(
    process_id: ProcessId
) -> Result<Outputs, Box<dyn Error + Send + Sync>>
Expand description

Kills all of target process and its children recursively with SIGTERM signal.

§Errors

Unexpected error occurred.