Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 429 Bytes

File metadata and controls

28 lines (19 loc) · 429 Bytes

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