File: stopDaemonizedServer.Rd

package info (click to toggle)
r-cran-httpuv 1.4.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 924 kB
  • sloc: ansic: 6,509; cpp: 3,478; makefile: 102; sh: 13
file content (16 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/httpuv.R
\name{stopDaemonizedServer}
\alias{stopDaemonizedServer}
\title{Stop a running daemonized server in Unix environments (deprecated)}
\usage{
stopDaemonizedServer(handle)
}
\arguments{
\item{handle}{A handle that was previously returned from
\code{\link{startServer}} or \code{\link{startPipeServer}}.}
}
\description{
This function will be removed in a future release of httpuv. Instead, use
\code{\link{stopServer}}.
}