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.

Tips

If the function is executed in a MATLAB® session that is not a worker, you get an empty result.

Introduced before R2006a

Was this topic helpful?