14 lines
589 B
Markdown
14 lines
589 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) > [processInfo](./puppeteer.protocol.systeminfo.getprocessinforesponse.processinfo.md)
|
|
|
|
## Protocol.SystemInfo.GetProcessInfoResponse.processInfo property
|
|
|
|
An array of process info blocks.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
processInfo: ProcessInfo[];
|
|
```
|