Interface ProcessPauseEvent

interface ProcessPauseEvent {
    pid: number;
}

Properties

Properties

pid: number