public enum Process.State extends Enum<Process.State> implements ProtocolMessageEnumThe state of the process. See https://psutil.readthedocs.io/en/stable/#process-status-constants.
Protobuf enum google.backstory.Process.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEAD |
Process is terminated. |
DEAD_VALUE |
Process is terminated. |
DISK_SLEEP |
Process is in uninterruptible sleep, typically I/O. |
DISK_SLEEP_VALUE |
Process is in uninterruptible sleep, typically I/O. |
IDLE |
Linux, macOS, and FreeBSD specific: process is idle. |
IDLE_VALUE |
Linux, macOS, and FreeBSD specific: process is idle. |
LOCKED |
FreeBSD specific: process is locked. |
LOCKED_VALUE |
FreeBSD specific: process is locked. |
PARKED |
Linux specific: process is parked. |
PARKED_VALUE |
Linux specific: process is parked. |
RUNNING |
Process is running or runnable. |
RUNNING_VALUE |
Process is running or runnable. |
SLEEPING |
Process is waiting for an event. |
SLEEPING_VALUE |
Process is waiting for an event. |
STATE_UNSPECIFIED |
Undetermined state. |
STATE_UNSPECIFIED_VALUE |
Undetermined state. |
STOPPED |
Process is stopped. |
STOPPED_VALUE |
Process is stopped. |
SUSPENDED |
NetBSD specific: process is suspended. |
SUSPENDED_VALUE |
NetBSD specific: process is suspended. |
TRACING_STOP |
Process is stopped by debugger. |
TRACING_STOP_VALUE |
Process is stopped by debugger. |
UNRECOGNIZED |
|
WAITING |
FreeBSD specific: process is waiting. |
WAITING_VALUE |
FreeBSD specific: process is waiting. |
WAKE_KILL |
Process is woken to be killed. |
WAKE_KILL_VALUE |
Process is woken to be killed. |
WAKING |
Process is waking from sleep. |
WAKING_VALUE |
Process is waking from sleep. |
ZOMBIE |
Process is terminated but not reaped by parent. |
ZOMBIE_VALUE |
Process is terminated but not reaped by parent. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|