How to use windows-process-tree - 1 common examples

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 1 year ago

Package Health Score

51 / 100
Full package analysis

Similar packages