A data object for storing task data.
Clone | Makes a copy of the "IApplicationTaskInfo" object. |
ActivationTimestamp | The earliest time when this task can be reserved for processing. |
LatestActivityTimestamp | The last time the task was updated in the database. |
Progress | Any data that describes the progress of the task thus far. |
QueueID | The ID of the task queue this task belongs to or will be added to. |
State | The state of this task. |
TaskData | Custom task data. The task consumer should use the "TaskType" property to detect the custom data format. |
TaskID | The ID of this task. The ID must be unique for all tasks within the same queue. |
TaskType | A custom type for the task. The task consumer can use this information to identify the task type and decode the task data. |