electron/docs/api/structures/process-memory-info.md

5 lines
150 B
Markdown
Raw Normal View History

# ProcessMemoryInfo Object
* `pid` Integer - Process id of the process.
2017-05-04 20:35:12 +00:00
* `memory` [MemoryInfo](memory-info.md) - Memory information of the process.