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
An AbortSignal
that allows closing the process using the
corresponding AbortController
by sending the process a
SIGTERM signal.
Not supported in Deno.Command.outputSync
.
AbortSignal