spawn package:process

Creates a new process to run the specified shell command. It does not wait for the program to finish, but returns the ProcessHandle.
Creates a new process to run the specified raw command with the given arguments. It does not wait for the program to finish, but returns the ProcessHandle.