public static interface PosixShim.WaitMacros
Modifier and Type | Method and Description |
---|---|
boolean |
WCOREDUMP(long status) |
int |
WEXITSTATUS(long status) |
boolean |
WIFEXITED(long status) |
boolean |
WIFSIGNALED(long status) |
boolean |
WIFSTOPPED(long status) |
int |
WSTOPSIG(long status) |
int |
WTERMSIG(long status) |
Copyright © 2001-2015 JRuby. All Rights Reserved.