@gifyourgame/fastlist
v0.1.3
Published
NodeJS DDC/CI library
Downloads
2
Keywords
Readme
gyg-fastlist
Installation
gyg-fastlist is currently only supported on Windows.
npm install git+https://github.com/bad-panda/node-fastlist.git
yarn add https://github.com/bad-panda/node-fastlist.git
Usage
const fastlist = require("@gifyourgame/fastlist");
for (const process of fastlist.getProcessList()) {
console.log(`${monitor}`);
}
Docs
Gets a list of the current connected monitors.getProcessList()
Return value
An array of json dumpedString
containing the process name, PID, and parent PID. Ex.{"name":"winlogon.exe","parentPid":772,"pid":944}, {"name":"wlanext.exe","parentPid":684,"pid":5424}