puppeteer/new-docs/puppeteer.protocol.systeminfo.getprocessinforesponse.md

19 lines
746 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [GetProcessInfoResponse](./puppeteer.protocol.systeminfo.getprocessinforesponse.md)
## Protocol.SystemInfo.GetProcessInfoResponse interface
<b>Signature:</b>
```typescript
export interface GetProcessInfoResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [processInfo](./puppeteer.protocol.systeminfo.getprocessinforesponse.processinfo.md) | [ProcessInfo](./puppeteer.protocol.systeminfo.processinfo.md)<!-- -->\[\] | An array of process info blocks. |