Description Usage Arguments Value Examples
View source: R/Powershellfunctions.r
Kill a list of PIDs in Windows
1 | KillPID(PIDlist)
|
PIDlist |
array of PIDs that needs to be killed |
data.table with killed PID and there status
1 2 3 4 5 6 7 8 9 | ## Not run:
cl <- parallel::makePSOCKcluster(names = 2)
doParallel::registerDoParallel(cl)
ClusterData <- GetStartedClusterPIDData(cl)
KillPID(ClusterData[Role == "worker",]$PID)
try(parallel::stopCluster(cl))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.