Well, I need to finalize a node process from within js itself. What happens that I have a cron that executes a node meu_arquivo.js
command and needs within this meu_arquivo.js
to end the node so that it is not open.
How to do this?