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