deferredRequestList {CORBA}R Documentation

Obtain information about each CORBA task group or list.

Description

This iterates over all the CORBA task lists managed internally and returns the number of elements within each such list.

Usage

deferredRequestList()

Value

A list containing an element for each named task list of CORBA requests. The names of the returned list are the names of the internal task lists. Each element contains the number of tasks within that task list.

Author(s)

Duncan Temple Lang

References

http://www.omegahat.org/CORBA

See Also

getRequestStatus, getRequestValue, removeRequest getNextCompletedTask

Examples

 for(i in 1:10)
  .Corba("A", "doit", .deferred="x", .send=F)
  
 deferredRequestList()[["x"]]