workerCount {nws} | R Documentation |
Return number of Sleigh workers that have successfully started.
## S4 method for signature 'sleigh': workerCount(.Object)
.Object |
a sleigh class object |
## Not run: # simple hello world s = sleigh() workerCount(s) ## End(Not run)