osx-foreground

Foreground an application


License
MIT
Install
npm install osx-foreground@1.0.1

Documentation

osx-foreground

Foreground an application in OSX.

Example

const foreground = require('osx-foreground')

const pid = 91396

foreground(pid, err => {
  if (err) throw err
})

License

MIT