IBackgroundWorkIndicator Interface
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 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. |