Uses of Class
oshi.software.os.OSProcess.State
| Package | Description |
|---|---|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
-
Uses of OSProcess.State in oshi.software.os
Methods in oshi.software.os that return OSProcess.State Modifier and Type Method Description OSProcess.StateOSProcess. getState()Getter for the fieldstate.static OSProcess.StateOSProcess.State. valueOf(java.lang.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.Methods in oshi.software.os with parameters of type OSProcess.State Modifier and Type Method Description voidOSProcess. setState(OSProcess.State state)Set the execution state of the process.