On 2/28/06, ransion paul <[EMAIL PROTECTED]> wrote: > Hi, > > I am using nsIprocess interface to run a process. > > Javascript throws uncaught exception while getting > process id using 'process.id'. > > Help me to get process id. > There's no such attribute on the interface nsIProcess: http://xulplanet.com/references/xpcomref/ifaces/nsIProcess.html
The one you want is "pid", but it's not implemented currently, I believe. Nickolay _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
