Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.WaitOptions Enumeration

Wait options for the Syscall.waitpid syscall method.
[System.Flags]
public enum WaitOptions

See Also

Syscall.waitpid

Remarks

Members

Member NameDescription
WNOHANGReturn immediately if no child has exited.
WUNTRACEDReturn for children which are stopped (but not traced), and whose status has not been reported. Status for traced children which are stopped is provided also without this option.

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0