I've tried this out:
this.updatedValue = document.getElementById("processID");
this.updatedValueString = this.updatedValue.value;
console.log("[INFO] Selected processID: >" + this.updatedValueString + "<");
But, I'm receiving this in logcat:
[INFO:CONSOLE(56878)] "[INFO] Selected processID: >undefined<"