File: process.Rd

package info (click to toggle)
r-cran-multicore 0.1-3-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 116 kB
  • ctags: 34
  • sloc: ansic: 446; makefile: 1
file content (33 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (2)
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
33
\name{process}
\alias{processID}
\alias{print.process}
\title{
  Function to query objects of the class process
}
\description{
  \code{processID} returns the process IDs for the given processes. It
  raises an error if \code{process} is not an object of the class
  \code{\link{process}} or a list of such objects.

  \code{print} methods shows the process ID and its class name.
}
\usage{
processID(process)
\method{print}{process}(x, \dots)
}
\arguments{
\item{process}{process (object of the class \code{process}) or a list
of such objects.}
\item{x}{process to print}
\item{...}{ignored}
}
\value{
 \code{processID} returns an integer vector contatining the process IDs.

 \code{print} returns \code{NULL} invisibly
}
\seealso{
  \code{\link{fork}}
}
\author{Simon Urbanek}
\keyword{interface}