Skip to main content

execute_detached

Function execute_detached 

Source
pub async fn execute_detached(command: &str) -> Result<Option<u32>, Error>
Expand description

Execute a command in the background (detached)

§Arguments

  • command - Command to execute

§Returns

Process ID if available