Build Progress Event ArgsHas Completed Property
This read-only property is used to get whether or not the build has completed
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool HasCompleted { get; }VB
Public ReadOnly Property HasCompleted As Boolean
GetC++
public:
property bool HasCompleted {
bool get ();
}F#
member HasCompleted : bool with getProperty Value
BooleanRemarks
The build may have succeeded, failed, or been canceled. See BuildStep for the
final disposition.