process: Function to query objects of the class process

Description Usage Arguments Value Author(s) See Also

Description

processID returns the process IDs for the given processes. It raises an error if process is not an object of the class process or a list of such objects.

print methods shows the process ID and its class name.

Usage

1
2
3
processID(process)
## S3 method for class 'process'
print(x, ...)

Arguments

process

process (object of the class process) or a list of such objects.

x

process to print

...

ignored

Value

processID returns an integer vector contatining the process IDs.

print returns NULL invisibly

Author(s)

Simon Urbanek

See Also

fork


s-u/multicore documentation built on May 28, 2019, 10:48 a.m.