spawn
Description:
Creates a Subprocess given a provided varargs list of arguments.
Parameters:
| this | |
| argv0 |
Command line arguments |
| ... |
Continued arguments, null terminated |
| error |
Error |
Returns:
|
A new Subprocess, or null on error (and throws will be set) |