User`s guide

10 Objects — Alphabetical List
10-32
Property Description
UserData Information associated with job object
Username Name of user who owns job
MJS Jobs
MJS independent job objects and MJS communicating job objects have the following
properties in addition to the common properties:
Property Description
AuthorizedUsers Users authorized to access job
FinishedFcn Callback function executed on client when
this job finishes
NumWorkersRange Minimum and maximum limits for number
of workers to run job
QueuedFcn Callback function executed on client when
this job is submitted to queue
RestartWorker True if workers are restarted before
evaluating first task for this job
RunningFcn Callback function executed on client when
this job starts running
Timeout Time limit, in seconds, to complete job
CJS Jobs
CJS independent job objects do not have any properties beyond the properties common to
all job types.
CJS communicating job objects have the following properties in addition to the common
properties:
Property Description
NumWorkersRange Minimum and maximum limits for number
of workers to run job