Interface ProcessStopEvent

interface ProcessStopEvent {
    pid: number;
}

Properties

Properties

pid: number