Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pup/lib/core/process.ts>ProcessState

Universal process manager built in Deno
Go to Latest
enum ProcessState
import { ProcessState } from "https://deno.land/x/pup@1.0.0-beta.36/lib/core/process.ts";

Represents the state of a process in Pup.

NEVER change or delete any existing mapping, just add new ones.

Members

CREATED = 0
ERRORED = 400
EXHAUSTED = 450
FINISHED = 300
RUNNING = 200
STARTING = 100
STOPPING = 250