Class TaskInfo
Describes the state of an asynchronous task.
Syntax
public class TaskInfo
Fields
ProgressPercentage
The progress of the task, if available. The value is a percentage value. May not be available for all tasks.
Declaration
public short ProgressPercentage
Type
Int16Status
Status of the task.
Declaration
public TaskStatus Status
Type
TaskStatusTaskId
The identifier of the task.
Declaration
public Guid TaskId