IVsTaskProgressService 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.
The IVsTaskProgressService allows a set of tasks to be collected together for display as a group in a user interface such as the Task Status Center.
public interface class IVsTaskProgressService
public interface IVsTaskProgressService
type IVsTaskProgressService = interface
Public Interface IVsTaskProgressService
Methods
CreateTaskCollectionAsync(TaskProgressCollectionOptions, CancellationToken) |
Creates a task collection with the given TaskProgressCollectionOptions. |
TryGetTaskCollection(String, IVsTaskProgressCollection) |
Gets an existing task collection. |