Function pacmanager_wrapper::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.