Interface ProcessStartEvent

interface ProcessStartEvent {
    pid: number;
}

Properties

Properties

pid: number