How to use the windows-process-tree/build/Release/windows_process_tree.node.getProcessList function in windows-process-tree

To help you get started, we’ve selected a few windows-process-tree examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Eugeny / terminus / terminus-ssh / src / services / ssh.service.ts View on Github external
const pageantRunning = new Promise(resolve => {
                    windowsProcessTreeNative.getProcessList(list => { // eslint-disable-line block-scoped-var
                        resolve(list.some(x => x.name === 'pageant.exe'))
                    }, 0)
                })
                if (await pageantRunning) {

windows-process-tree

Fetch a Windows process tree fast

MIT
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis

Similar packages