IWorkProgressHandler Interface
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.
This interface describes the entity that handles the registration, progress reporting and completion of background work in the Task Status Center.
public interface IWorkProgressHandler
type IWorkProgressHandler = interface
Public Interface IWorkProgressHandler
Complete |
A background work running on an extension will call this method to signal to VS that the work has completed. |
Register |
Register a background work running on an extension to show up in the Task Status Center. |
Report |
A background work running on an extension will report back its progress to VS to show in the Task Status Center. |
Work |
An event that will be invoked by VS to notify the extension when user clicks to cancel the running work. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2022 |