19 lines
746 B
Markdown
19 lines
746 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [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. |
|
||
|
|