interface LogMetadata {
    isPrimary: boolean;
    pid: number;
}

Properties

Properties

isPrimary: boolean

Is the current process the Primary process

pid: number

The process id of the current process