User`s guide
10 Objects — Alphabetical List
10-38
MJS Tasks
MJS task objects have the following properties in addition to the common properties:
Property Description
FailureInfo Information returned from failed task
FinishedFcn Callback executed in client when task
finishes
MaximumRetries Maximum number of times to rerun failed
task
NumFailures Number of times tasked failed
RunningFcn Callback executed in client when task starts
running
Timeout Time limit, in seconds, to complete task
CJS Tasks
CJS task objects have no properties beyond the properties common to all clusters.
Help
To get further help on either type of parallel.Task object, including a list of links to help
for its properties, type:
help parallel.task.MJSTask
help parallel.task.CJSTask
See Also
parallel.Cluster, parallel.Job, parallel.Worker