Interface ProcessResumeEvent

interface ProcessResumeEvent {
    pid: number;
}

Properties

Properties

pid: number