IVsSolutionBuildManager3.QueryBuildManagerBusyEx(UInt32) Method

Definition

Determines if the build manager is busy.

public:
 int QueryBuildManagerBusyEx([Runtime::InteropServices::Out] System::UInt32 % pdwBuildManagerOperation);
int QueryBuildManagerBusyEx([Runtime::InteropServices::Out] unsigned int & pdwBuildManagerOperation);
public int QueryBuildManagerBusyEx (out uint pdwBuildManagerOperation);
abstract member QueryBuildManagerBusyEx : uint32 -> int
Public Function QueryBuildManagerBusyEx (ByRef pdwBuildManagerOperation As UInteger) As Integer

Parameters

pdwBuildManagerOperation
UInt32

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

Returns

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

Remarks

COM Signature

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.

Applies to