User`s guide
parallel.Task
10-37
Properties
Common to All Task Types
The following properties are common to all task object types.
Property Description
CaptureDiary Specify whether to return diary output
CreateTime When task was created
Diary Text produced by execution of task object’s
function
Error Task error information
ErrorIdentifier Task error identifier
ErrorMessage Message from task error
FinishTime When task finished running
Function Function called when evaluating task
ID Task’s numeric identifier
InputArguments Input arguments to task function
Name Name of this task
NumOutputArguments Number of arguments returned by task
function
OutputArguments Output arguments from running task
function on worker
Parent Job object containing this task
StartTime When task started running
State Current state of task
UserData Information associated with this task object
Worker Object representing worker that ran this
task