| Package | Description |
|---|---|
| xyz.cofe.unix.linux |
Содержит классы для получение информации о процессах linux.
|
| Modifier and Type | Field and Description |
|---|---|
protected Process.State |
Process.state |
| Modifier and Type | Method and Description |
|---|---|
Process.State |
Process.getState()
Возвращает состояние процесса
|
static Process.State |
Process.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Process.State[] |
Process.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Process.setState(Process.State state) |
Copyright © 2017. All rights reserved.