User`s guide
10 Objects — Alphabetical List
10-40
Properties
MJS Worker
The following table describes the properties of an MJS worker.
Property Description
AllHostAddresses IP addresses of worker host
Name Name of worker, set when worker session
started
Parent MJS cluster to which this worker belongs
CJS Worker
The following table describes the properties of an CJS worker.
Property Description
ComputerType Type of computer on which worker ran; the
value of the MATLAB function computer
executed on the worker
Host Host name where worker executed task
ProcessId Process identifier for worker
Help
To get further help on either type of parallel.Worker object, including a list of links to
help for its properties, type:
help parallel.cluster.MJSWorker
help parallel.cluster.CJSWorker
See Also
parallel.Cluster, parallel.Job, parallel.Task