public enum Status
| Modifier and Type | Class and Description |
|---|---|
static class |
Status.Companion |
| Enum Constant and Description |
|---|
DEAD |
NOT_RUNNING |
RUNNING |
UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
static Status.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitStatus() |
public static Status RUNNING
public static Status DEAD
public static Status NOT_RUNNING
public static Status UNKNOWN
public static Status.Companion Companion