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