ShowProgressResult Enum
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.
public enum class ShowProgressResult
public enum ShowProgressResult
type ShowProgressResult =
Public Enum ShowProgressResult
- Inheritance
-
ShowProgressResult
Fields
Name | Value | Description |
---|---|---|
Completed | 0 | The collection of tasks completed. |
Canceled | 1 | The collection of tasks was canceled before all tasks completed, although some of the tasks in the collection may have completed. |
MovedToBackground | 2 | The progress reporting for the task collection was moved to the background (e.g. the Task Status Center). |