Package-level declarations

Types

Link copied to clipboard
interface OSProcess

OSProcess represents a process in the operating system. It provides details about the process, including its name, ID, state, resources usage, and more.

Link copied to clipboard
interface OSThread

OSThread Represents a thread of an operating system process, providing details about its execution, resource usage, and associated metadata.

Link copied to clipboard
enum State : Enum<State>

Process and Thread Execution States