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