Engine.IsBuilding Property
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.
Is this engine in the process of building?
public:
property bool IsBuilding { bool get(); };
public bool IsBuilding { get; }
member this.IsBuilding : bool
Public ReadOnly Property IsBuilding As Boolean
Property Value
true
if a build is in progress; otherwise, false
.
Remarks
This property can be checked to prevent a project from being modified while it is being built.