IVsTaskEvents 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.
Interface for managed events implemented by IVsTask.
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 made to IVsTask instance on main thread of Visual Studio |
OnBlockingWaitEnd |
Raised when a blocking wait call to IVsTask is finished on main thread of Visual Studio |
OnMarkedAsBlocking |
Raised when this task is marked as a blocking task for a wait on main thread of Visual Studio |