IVsSolutionBuildManager3::QueryBuildManagerBusyEx Method (UInt32)

 

Determines if the build manager is busy.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int QueryBuildManagerBusyEx(
	[OutAttribute] unsigned int% pdwBuildManagerOperation
)

Parameters

pdwBuildManagerOperation
Type: System::UInt32

[out] Pointer to a flag indicating that the build manager is busy.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsSolutionBuildManager3::QueryBuildManagerBusyEx();

The solution build manager sets pfBuildManagerBusy to true if it is performing a task that cannot be interrupted. Otherwise, it sets pfBuildManagerBusy to false.

Return to top
Show: