noChildProcess
No child processes.
static var noChildProcess: Errno { get }
A wait(2)
or waitpid(2)
function was executed by a process that dosn’t have any existing child processes or whose child processes are all already being waited for.
The corresponding C error is ECHILD
.