$exitProcess
This function exits the current Node.js process using the process module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$exitProcess
`,
});
This function exits the current Node.js process using the process module.
<AoiClient>.addCommand({
name: "misc",
code: `
$exitProcess
`,
});