VSConstants.VS_E_BUSY Field
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.
VS specific error HRESULT returned by interfaces to asynchronous behavior when the object in question in already busy.
public: int VS_E_BUSY = -2147220992;
int VS_E_BUSY = -2147220992;
public const int VS_E_BUSY = -2147220992;
val mutable VS_E_BUSY : int
Public Const VS_E_BUSY As Integer = -2147220992
Field Value
Value = -2147220992Remarks
An example is starting a build while a project configuration object that can be built is in the process of completing a build or checking time stamps on component files.