ChildProcess.prototype.killed - Node documentation
property ChildProcess.prototype.killed

Usage in Deno

import { ChildProcess } from "node:child_process";

The subprocess.killed property indicates whether the child process successfully received a signal from subprocess.kill(). The killed property does not indicate that the child process has been terminated.

Type

boolean