Job object whose task is currently being evaluated
job = getCurrentJob
| The job object that contains the task currently being evaluated by the worker session. |
job = getCurrentJob
returns
the Parallel.Job
object that
is the Parent
of the task currently being evaluated
by the worker session.
If the function is executed in a MATLAB® session that is not a worker, you get an empty result.