Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dectyl/lib/deploy_worker.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/lib/deploy_worker.ts";

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

Returns

Promise<void>