Execute Jobs of a JobCollection
Executes every job in a JobCollection
.
This function is intended to be called on the slave.
doJobCollection(jc, output = NULL)
jc |
[ |
output |
[ |
[character(1)
]: Hash of the JobCollection
executed.
Other JobCollection:
makeJobCollection()
tmp = makeRegistry(file.dir = NA, make.default = FALSE) batchMap(identity, 1:2, reg = tmp) jc = makeJobCollection(1:2, reg = tmp) doJobCollection(jc)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.