pub fn launch(command: Command) -> CobbleResult<GameProcessHandle>
Expand description

Launches the game command, forks the process and returns a basic handle to the game process. The handle can be used to stop the game and wait for it to stop.