Wait options for the waitpid syscall method.
[
Edit]
[System.Obsolete("Use Mono.Unix.Native.WaitOptions")] [System.CLSCompliant(false)] [System.Flags] public enum WaitOptions |
|
See Also
Remarks
Members
Member Name | Description |
---|
WNOHANG | return immediately if no child has exited.
[Edit]
|
WUNTRACED | also return 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.
[Edit]
|
Requirements
Namespace: Mono.Posix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0