Engine.IsBuilding Property

Definition

Gets whether a project is currently being built.

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.

Applies to