ProcessFunction: spawn()On this pageFunction: spawn() spawn(args, options?): Process Spawn a child process. Parameters args Command line arguments for the new process. string | string[] options? ProcessOptions Extra options. Returns Process