Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Interface IVsTaskEvents
public interface IVsTaskEvents
public interface class IVsTaskEvents
type IVsTaskEvents = interface end
public interface IVsTaskEvents
The IVsTaskEvents type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
OnBlockingWaitBegin | Raised when a blocking wait call is made to an IVsTask instance on the main thread of Visual Studio. |
![]() |
OnBlockingWaitEnd | Raised when a blocking wait call to IVsTask is finished on the main thread of Visual Studio. |
![]() |
OnMarkedAsBlocking | Raised when this task is marked as a blocking task for a wait on the main thread of Visual Studio. |
Top