Table of Contents

BuildProgressEventArgs.HasCompleted Property

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

This read-only property is used to get whether or not the build has completed

public bool HasCompleted { get; }

Property Value

bool

Remarks

The build may have succeeded, failed, or been canceled. See BuildStep for the final disposition.