MCPcopy Index your code
hub / github.com/microsoft/node-pty / IProcessState

Interface IProcessState

src/windowsTerminal.test.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import * as psList from 'ps-list';
11
12interface IProcessState {
13 // Whether the PID must exist or must not exist
14 [pid: number]: boolean;
15}
16
17interface IWindowsProcessTreeResult {
18 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…