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

Properties

browserProcess: NonAppProcessDetails