Process[] execute()
Executes the query and returns matching processes.
Example:
auto procs = ProcessQuery() .name("*python*") .cpuAbove(10.0) .execute();