$killProcess
This function kills the current Node.js process and its child processes using the process module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$killProcess
`,
});
This function kills the current Node.js process and its child processes using the process module.
<AoiClient>.addCommand({
name: "misc",
code: `
$killProcess
`,
});