Skip to main content
Module

x/is/mod.ts>isRunningSync

Detect the running environment and context of the current script
Latest
function isRunningSync
import { isRunningSync } from "https://deno.land/x/is@v0.6.0/mod.ts";

Return true if the given PID is running synchronously.

Requires the --allow-run flag.

Parameters

pid: number

Returns

boolean