TaskProgressData Struct
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 struct that holds the updatable data for a ITaskHandler. The data is related to the ongoing progress of a ITaskHandler task. The data will be displayed in the IVsTaskStatusCenterService UI appropriately.
public value class TaskProgressData
public struct TaskProgressData
type TaskProgressData = struct
Public Structure TaskProgressData
- Inheritance
-
TaskProgressData
Fields
CanBeCanceled |
Gets or sets a value indicating whether the ITaskHandler associated with this TaskProgressData is cancellable at this moment in time. |
PercentComplete |
Gets or sets a value indicating the percentage complete the task associated with this is. |
ProgressText |
Gets or sets a string value indicating extra information about the current progress of the ITaskHandler associated with this TaskProgressData. |