IVsTaskEvents Interface

Definition

Notifies clients of changes made to tasks.

public interface class IVsTaskEvents
public interface class IVsTaskEvents
__interface IVsTaskEvents
public interface IVsTaskEvents
type IVsTaskEvents = interface
Public Interface IVsTaskEvents

Events

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.

Applies to