getCurrentTask
Task object currently being evaluated in this worker session
Syntax
task = getCurrentTask
Arguments
| The task object that the worker session is currently evaluating. |
Description
task = getCurrentTask
returns the parallel.Task
object whose
function is currently being evaluated by the MATLAB worker session on the
cluster.
Tips
If the function is executed in a MATLAB® session that is not a worker, you get an empty result.
Version History
Introduced before R2006a
See Also
getAttachedFilesFolder
| getCurrentCluster
| getCurrentJob
| getCurrentWorker