| Package | Description |
|---|---|
| xyz.cofe.ipc.process |
Инструменты по работе с процессами ОС.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessState |
ProcessStateEvent.getState()
Возвращает состояние процесса
|
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProcessStateEvent(Object src,
Process proc,
ProcessState state,
int exitCode)
Конструктор
|
Copyright © 2018. All rights reserved.