Link to MemoryInfo structure

This commit is contained in:
Kevin Sawicki 2017-05-04 13:35:12 -07:00
parent e206aae9fc
commit edd28c9a91

View file

@ -1,4 +1,4 @@
# ProcessMemoryInfo Object
* `pid` Integer - Process id of the process.
* `memory` MemoryInfo - Memory information of the process.
* `memory` [MemoryInfo](memory-info.md) - Memory information of the process.