Process Signals Lab

Medium
40.0% Acceptance

In this lab, you will learn how to handle process signals such as SIGINT, SIGTERM, SIGUSR1, and SIGUSR2 using Node.js. You'll create a function named 'terminateProcess' which accepts a process object as a parameter, and handle the specified signals.