VSConstants::VS_E_BUSY Field

 

A constant returned by interfaces to asynchronous behavior when the object in question in already busy.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
literal int VS_E_BUSY

Field Value

Type: System::Int32

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.

Return to top
Show: