ProcessFunction: kill()On this pageFunction: kill() kill(pid, sig?): void Send a signal to a process. Parameters pid number The pid of the process to send a signal to. sig? Signal The name of the signal to send. Defaults to "SIGTERM". Returns void