Main Content
getCurrentWorker
Get worker object from current worker
Syntax
Description
returns the current
worker, as a w
= getCurrentWorkerparallel.Worker
object. Use
getCurrentWorker
to get information from the worker during a
computation, such as the worker host name.
If getCurrentWorker
is evaluated on a worker,
w
is a parallel.Worker
object. Otherwise,
w
is an empty double.
Examples
Output Arguments
Version History
Introduced before R2006a
See Also
getAttachedFilesFolder
| getCurrentCluster
| getCurrentJob
| getCurrentTask