IBackgroundWorkIndicator Interface

Definition

A low-impact indicator that can be shown while work is being done in the background. Created by IBackgroundWorkIndicatorService

public interface IBackgroundWorkIndicator : IDisposable
type IBackgroundWorkIndicator = interface
    interface IDisposable
Public Interface IBackgroundWorkIndicator
Implements IDisposable
Implements

Properties

CancellationToken

IsCancellationRequested will be set to true when the IBackgroundWorkIndicator is dismissed

Methods

AddScope(String)

Allows updating the text of this IBackgroundWorkIndicator and reporting progress.

SuppressAutoCancel()

Allows clients to temporarily suppress auto cancel behaviors when they want to apply edits or navigate without canceling the IBackgroundWorkIndicator.

Applies to