User`s guide
parallel.Job
10-31
Methods
All job type objects have the same methods, described in the following table.
Properties
Common to All Job Types
The following properties are common to all job object types.
Property Description
AdditionalPaths Folders to add to MATLAB search path of
workers
AttachedFiles Files and folders that are sent to workers
AutoAttachFiles Specifies if dependent code files are
automatically sent to workers
CreateTime Time at which job was created
FinishTime Time at which job finished running
ID Job’s numeric identifier
JobData Information made available to all workers
for job’s tasks
Name Name of job
Parent Cluster object containing this job
StartTime Time at which job started running
State State of job: 'pending', 'queued',
'running', 'finished', or 'failed'
SubmitTime Time at which job was submitted to queue
Tag Label associated with job
Tasks Array of task objects contained in job
Type Job type: 'independent', 'pool', or
'spmd'