Share via


ProgressStatus Class

Definition

A class that holds the data that relates to the ongoing progress of background work. The data will be displayed in the Task Status Center UI appropiately.

[System.Runtime.Serialization.DataContract]
public class ProgressStatus
[<System.Runtime.Serialization.DataContract>]
type ProgressStatus = class
Public Class ProgressStatus
Inheritance
ProgressStatus
Attributes

Constructors

ProgressStatus(Nullable<Int32>, String)

Initializes a new instance of the ProgressStatus class.

Properties

Description

Gets a localized string value indicating extra information about the current progress of the background work.

PercentComplete

Gets a value indicating the percentage of completion of the background work.

Applies to