Uses of Enum
oshi.software.os.OSProcess.State
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
Provides functions to query Mac info
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on FreeBSD
Provides information about Software and OS on OpenBSD
Provides information about Software and OS on Solaris
Provides information about Software and OS on Windows
-
Uses of OSProcess.State in oshi.driver.linux.proc
Modifier and TypeMethodDescriptionstatic OSProcess.State
ProcessStat.getState
(char stateValue) Returns Enum STATE for the state value obtained from status file of any process/thread. -
Uses of OSProcess.State in oshi.driver.mac
-
Uses of OSProcess.State in oshi.software.os
Modifier and TypeMethodDescriptionOSProcess.getState()
Gets the process state.OSThread.getState()
Gets the execution state of the task/thread.static OSProcess.State
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. -
Uses of OSProcess.State in oshi.software.os.linux
-
Uses of OSProcess.State in oshi.software.os.mac
ModifierConstructorDescriptionMacOSThread
(int pid, int threadId, OSProcess.State state, long kernelTime, long userTime, long startTime, long upTime, int priority) -
Uses of OSProcess.State in oshi.software.os.unix.aix
-
Uses of OSProcess.State in oshi.software.os.unix.freebsd
-
Uses of OSProcess.State in oshi.software.os.unix.openbsd
-
Uses of OSProcess.State in oshi.software.os.unix.solaris
-
Uses of OSProcess.State in oshi.software.os.windows