module documentation

Undocumented

Function alive Is the process alive?
Function kill Kill the process.
Constant PROCESS_QUERY_LIMITED_INFORMATION Undocumented
def alive(pid: int) -> bool: (source)

Is the process alive?

def kill(pid: int): (source)

Kill the process.

PROCESS_QUERY_LIMITED_INFORMATION = (source)

Undocumented

Value
ctypes.c_ulong(4096)