ShowProgressResult Enum

Definition

public enum class ShowProgressResult
public enum ShowProgressResult
type ShowProgressResult = 
Public Enum ShowProgressResult
Inheritance
ShowProgressResult

Fields

Canceled 1

The collection of tasks was canceled before all tasks completed, although some of the tasks in the collection may have completed.

Completed 0

The collection of tasks completed.

MovedToBackground 2

The progress reporting for the task collection was moved to the background (e.g. the Task Status Center).

Applies to