MCPcopy
hub / github.com/oshi/oshi / getState

Method getState

oshi-core/src/main/java/oshi/software/os/OSThread.java:56–56  ·  view source on GitHub ↗

Gets the execution state of the task/thread. @return Returns the execution state of the task/thread.

()

Source from the content-addressed store, hash-verified

54 * @return Returns the execution state of the task/thread.
55 */
56 State getState();
57
58 /**
59 * Gets cumulative CPU usage of this thread.

Callers 7

printServicesMethod · 0.65
testGetConnectionsMethod · 0.65
testProcessStatsMethod · 0.65
testGetServicesMethod · 0.65
ProcessFilteringClass · 0.65
getThreadDetailsMethod · 0.65
toStringMethod · 0.65

Implementers 1

AbstractOSThreadoshi-core/src/main/java/oshi/software/

Calls

no outgoing calls

Tested by 4

printServicesMethod · 0.52
testGetConnectionsMethod · 0.52
testProcessStatsMethod · 0.52
testGetServicesMethod · 0.52