Type Alias PrintedProcessInfoNode
PrintedProcessInfoNode: { args: string[]; children?: { [
k:
string]
: PrintedProcessInfoNode; }; code?: number; command: string; cwd: string; date: string; parent?: string; pid: number; ppid: number; runtime?: number; signal?: NodeJS.Signals; }
A ProcessInfoNode, as printed to the repl output.