ProgressStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |