Type alias ProcessState

ProcessState: "R" | "S" | "D" | "T" | "t" | "X" | "Z" | "P" | "I" | "x" | "K" | "W"

R (running) S (sleeping) D (device I/O) T (stopped) t (trace stop) X (dead) Z (zombie) P (parked) I (idle) Also between Linux 2.6.33 and 3.13: x (dead) K (wakekill) W (waking)

Generated using TypeDoc