findTask
Find task in job
Syntax
Description
specifies properties and values to find, using one or more property name-value
arguments. For a list of task properties, see tasks
= findTask(j
,propertyName=Value
)parallel.Task
.
The object property value must match the specified value exactly. For example, if
the Name
property value of a task is MyTask
,
then findTask
does not find that object when it searches for a
task with the Name
property value of
mytask
.
Examples
Input Arguments
Output Arguments
Tips
If the job j
is contained in a remote service,
findTask
results in a call to the remote service. This could
result in findTask
taking a long time to complete, depending on the
number of tasks retrieved and the network speed. Also, if the remote service is no
longer available, the software throws an error.
Version History
Introduced before R2006a