Interface ProcessInfo

interface ProcessInfo {
    name: string;
    pid: number;
    token: string;
}

Properties

Properties

name: string
pid: number
token: string

Generated using TypeDoc