UwpAppxBuildTools.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.
Query the build process to see if we're already building.
public:
static property bool IsBuilding { bool get(); };
public static bool IsBuilding { get; }
member this.IsBuilding : bool
Public Shared ReadOnly Property IsBuilding As Boolean