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

x/pup/mod.ts>Process#start

Universal process manager built in Deno
Go to Latest
method Process.prototype.start
import { Process } from "https://deno.land/x/pup@1.0.0-rc.9/mod.ts";

Starts the process after validating the conditions for start.

Parameters

optional
reason: string
  • The reason for starting the process.
optional
restart: boolean
  • If the process is a restart.