property ChildProcess.prototype.exitCode Usage in Deno```typescript import { ChildProcess } from "node:node__child_process.d.ts"; ``` The `subprocess.exitCode` property indicates the exit code of the child process. If the child process is still running, the field will be `null`. Type number | null