IVsTaskEvents Interface

 

Notifies clients of changes made to tasks.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public interface IVsTaskEvents

NameDescription
System_CAPS_pubeventOnBlockingWaitBegin

Raised when a blocking wait call is made to an IVsTask instance on the main thread of Visual Studio.

System_CAPS_pubeventOnBlockingWaitEnd

Raised when a blocking wait call to IVsTask is finished on the main thread of Visual Studio.

System_CAPS_pubeventOnMarkedAsBlocking

Raised when this task is marked as a blocking task for a wait on the main thread of Visual Studio.

Return to top
Show: