changeUserCode

changeUserCode(userCode: String);

The changeUserCode method of the Process class changes the current value of the userCode property. The code fragment in the following example shows the use of the changeUserCode method.

process.changeUserCode("newUserCode");

Use the userCode parameter to specify the new value of the userCode property for the process.