isForkedNode {parallelly} | R Documentation |
Checks whether or not a Cluster Node Runs in a Forked Process
Description
Checks whether or not a Cluster Node Runs in a Forked Process
Usage
isForkedNode(node, ...)
Arguments
node |
A cluster node of class |
... |
Not used. |
Value
(logical) Returns TRUE if the cluster node is running in a forked child process and FALSE if it does not. If it cannot be inferred, NA is returned.
[Package parallelly version 1.38.0 Index]