Returns
Array of process IDs.
Example:
auto pids = getAllPIDs();
writeln("Process count: ", pids.length);int[] getAllPIDs() @safe nothrowGets all process IDs using kvm.
Example:
auto pids = getAllPIDs();
writeln("Process count: ", pids.length);