daemon_stop: Utilities for daemonized servers

View source: R/utils.R

daemon_stopR Documentation

Utilities for daemonized servers

Description

daemon_list() returns IDs of servers, which can be used to stop the daemonized servers.

Usage

daemon_stop(which = daemon_list())

daemon_list()

Arguments

which

A integer vector of the server IDs; by default, IDs of all existing servers in the current R session obtained from daemon_list(), i.e., all daemon servers will be stopped by default.

Value

The function daemon_list() returns a list of existing server IDs, and daemon_stop() returns an invisible NULL.


servr documentation built on May 3, 2023, 1:18 a.m.

Related to daemon_stop in servr...