User`s guide

10 Objects — Alphabetical List
10-28
Method Description
cancel Cancel queued or running future
fetchNext Retrieve next available unread future
outputs (FevalFuture only)
fetchOutputs Retrieve all outputs of future
isequal True if futures have same ID (FevalFuture
only)
wait Wait for futures to complete
Properties
Future objects have the following properties. Note that some exist only for
parallel.FevalFuture objects, not parallel.FevalOnAllFuture objects.
Property Description
Diary Text produced by execution of function
Error Error information
Function Function to evaluate
ID Numeric identifier for this future
InputArguments Input arguments to function
NumOutputArguments Number of arguments returned by function
OutputArguments Output arguments from running function
Parent FevalQueue containing this future
Read Indication if outputs have been read
by fetchNext or fetchOutputs
(FevalFuture only)
State Current state of future
Help
To get further help on either type of parallel.Future object, including a list of links to
help for its properties, type: