sleighPending {nws} | R Documentation |
Class representing sleighPending.
This class object is usually obtained from non-blocking eachElem or non-blocking eachWorker.
Objects can be created by calls of the form new("sleighPending", nws, numTasks, bn, ss)
.
nws
:"netWorkSpace"
representation of the netWorkSpace class.numTasks
:"numeric"
representation of the number of pending tasks in sleigh.barrierName
:"character"
representation of the barrier name.sleighState
:"environment"
representation of the sleigh state.state
:"environment"
representation of the sleighPending state.signature(.Object = "sleighPending")
: sleighPending class constructor.signature(.Object = "sleighPending")
: return the number of results yet to be generated for the pending sleigh job.signature(.Object = "sleighPending")
: wait and block for the results to be generated for the pending sleigh job.