AboutSupportDeveloper GuideVersion 43.138.100.32
interface SystemProcessInfo {
    apps: AppProcessInfo[];
    browserProcess: NonAppProcessDetails;
    nonApps: NonAppProcessDetails[];
}

Properties

browserProcess: NonAppProcessDetails