Mono Class Library: Mono.Posix.Syscall Overview | MembersMono.Posix.Syscall.WIFSTOPPED Method |
WIFSTOPPED is a method that take an argument status, of type int, as returned by waitpid(). [Edit]
|
a int [Edit]
This member is obsolete. Please use Mono.Unix.Native.Syscall.WIFSTOPPED instead.
WIFSTOPPED evaluates to true (1) when the process for which the wait() call was made is stopped, or to false (0) otherwise.
[Edit]
Namespace: Mono.Posix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0