Type alias ThreadState

ThreadState: "running" | "stopped" | "waiting" | "uninterruptible" | "halted"

Generated using TypeDoc