Main Content
getCurrentJob
Get job object from a worker running a job
Syntax
Description
returns the j
= getCurrentJobparallel.Job
object that the current worker is associated with. Use
getCurrentJob
to get information from the job during a computation,
such as the running duration or attached files.
If getCurrentJob
is evaluated on a worker, j
is a parallel.Job
object. Otherwise, j
is an empty
double.
Examples
Output Arguments
Version History
Introduced before R2006a