Class TaskInfo
Describes the state of an asynchronous task.
Inheritance
System.Object
TaskInfo
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
System.Status
Status of the task.
Declaration
public TaskStatus Status
Type
TaskTaskId
The identifier of the task.
Declaration
public Guid TaskId