process-list-title
v0.0.9
Published
Get process title in windows
Downloads
4
Maintainers
Readme
process-list-title
Process title list in windows
Install
npm i process-list-title
This module required powershell@3
or above.
API
.takeTitle([fields])
Return array with info of each runned process.
example
const processList = require('process-list-title');
processList.takeTitle().then((list) => {/* ... */})
Supports
nodejs >=4
License
MIT, 2022 (c) Okay Şahin