Skip to content

justjavac/deno_is_running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno_is_running

tag Build Status license

Return true if the given PID is running.

Usage

import isRunning from "https://deno.land/x/is_running/mod.ts";

isRunning(Deno.pid);  // true
isRunning(13232);

Example

deno run --allow-run --unstable https://deno.land/x/is_running/example.ts

License

deno_is_running is released under the MIT License. See the bundled LICENSE file for details.

About

Return true if the given PID is running.

Topics

Resources

License

Stars

Watchers

Forks

Contributors