Process
-
Terminates the command by sending the SIGTERM signal
-
Interrupts the command by sending the SIGINT signal
-
Temporarily suspends a command. Call resume() to resume a suspended command
-
Resumes a command previously suspended with suspend().