Skip to main content
Deno.CommandOptions.signal - Deno documentation
property Deno.CommandOptions.signal
An `AbortSignal` that allows closing the process using the corresponding `AbortController` by sending the process a SIGTERM signal. Not supported in `Deno.Command.outputSync`.

Type

AbortSignal