NodeJS.prototype.stop = function() {
  if(this.process)
    this.$._kill(this.process);
};