execute_action

Function execute_action 

Source
pub async fn execute_action(
    action: PacManagerAction,
    pacmanager: PacManager,
) -> Result<Child, PacManagerError>
Expand description

Executes the specified action. Returns a Child object to the pacmanager’s process.