gp_kill_process: Wrapper function to kill what is listening on a particular...

View source: R/utils.R

gp_kill_processR Documentation

Wrapper function to kill what is listening on a particular port.

Description

Detect sysytem and run command based on OS. This function supports Linux, MacOS and Windows. There is no guarantee to kill the process.

Usage

gp_kill_process(port = 3000)

Arguments

port

targted port to kill process for defaults to 3000

Examples

{
gp_kill_process()
}


ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.