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

Properties

browserProcess: NonAppProcessDetails