Name |
Summary |
Status |
Completed
|
Time (in UTC) for when the task was completed. |
public
|
CompletedStatus
|
Contains the status of the task when it was completed. Before completion value is Created |
public
|
Created
|
Time (in UTC) for when the task was created. |
public
|
Exception
|
In case a task is faulting, this contains the exception message. |
public
|
Id
|
The unique identifier associated with the task. |
public
|
IsTrackable
|
Indicates if the task was created with an associated TrackingToken |
public
|
Result
|
Contains the result from the job, given that job returned Task<(Of <(<'TResult>)>)>. |
public
|
ResultType
|
Gets or sets the Type for Result. This is used to be able to query for result of specific type. |
public
|
User
|
The user under which the context the task was created. |
public
|