Share via


ProgressReporterOptions Class

Definition

A class that holds the options that customize the behavior of Task Status Center in VS.

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

Constructors

ProgressReporterOptions(Boolean)

Initializes a new instance of the ProgressReporterOptions class.

Properties

IsWorkCancellable

Gets a value indicating whether the background work is cancellable in the Task Status Center.

Applies to