IVsTaskProgressService Interface

Definition

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.

Applies to