File: stopSleigh-methods.Rd

package info (click to toggle)
r-cran-nws 2.0.0.3-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,056 kB
  • sloc: python: 1,464; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\name{stopSleigh}
\docType{methods}
\alias{stopSleigh}
\alias{stopSleigh,sleigh-method}
\title{Stop a Sleigh}
\description{
Shut down sleigh workers and delete sleigh workspace.
}

\usage{
\S4method{stopSleigh}{sleigh}(.Object)
}

\arguments{
\item{.Object}{a sleigh class object}
}

\details{
This function is called by \code{\link{close}} method. 
}

\seealso{\code{\link{close}}}


\examples{
\dontrun{
s = sleigh()
stopSleigh(s)
}
}

\keyword{methods}