pub fn start_engine_pipe_server(
    path: impl AsRef<Path>,
    auto_close: bool,
    timeout: f32,
    verbosity: StatusVerbosity,
    log_file: Option<&str>
) -> Result<u32>
Expand description

Spawn a new pipe Engine process and return its PID