User`s guide

getCurrentTask
11-113
getCurrentTask
Task object currently being evaluated in this worker session
Syntax
task = getCurrentTask
Arguments
task 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.
More About
Tips
If the function is executed in a MATLAB session that is not a worker, you get an empty
result.
See Also
getAttachedFilesFolder | getCurrentCluster | getCurrentJob |
getCurrentWorker