Contents

noChildProcess

No child processes.

Declaration

static var noChildProcess: Errno { get }

Mentioned in

Discussion

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.

See Also

Process Errors