electron/docs/api/structures/process-metric.md
Samuel Attard dde194d853 Remove the memory property from getAppMetrics
See 03d0bfd593 for more information
2018-09-11 20:24:03 +02:00

190 B

ProcessMetric Object

  • pid Integer - Process id of the process.
  • type String - Process type (Browser or Tab or GPU etc).
  • cpu CPUUsage - CPU usage of the process.