| Package | Description |
|---|---|
| org.aoju.bus.health.software |
| Modifier and Type | Method and Description |
|---|---|
OSProcess.State |
OSProcess.getState()
Getter for the field
state. |
static OSProcess.State |
OSProcess.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSProcess.State[] |
OSProcess.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OSProcess.setState(OSProcess.State state)
Set the execution state of the process.
|
Copyright © 2020. All rights reserved.