Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dectyl/mod.ts>DeployWorker#stop

Prototype library for testing Deno Deploy scripts using the Deno CLI
Latest
method DeployWorker.prototype.stop
import { DeployWorker } from "https://deno.land/x/dectyl@0.10.7/mod.ts";

Stop the program, preventing it from taking new requests. The program can be restarted.

Returns

Promise<void>