spawnProcess
- Pid spawnProcess(const(char[])[] args, string[string] env, Config config, const(char)[] workDir)
- Pid spawnProcess(const(char)[] program, File stdin, File stdout, File stderr, string[string] env, Config config, const(char)[] workDir)
- Pid spawnProcess(const(char)[] program, string[string] env, Config config, const(char)[] workDir)
std process
classesenumsfunctionspropertiesstructs
Returns the process ID of the current thread, which is guaranteed to be unique within the current process.