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

Properties

browserProcess: NonAppProcessDetails