| Package | Description |
|---|---|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| 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 © 2010–2019 oshi. All rights reserved.