Click or drag to resize
Sandcastle Help File BuilderBuild1xHelpFileHandleTaskExecutionErrors Method
This is overridden to invert the result of the HHC exit code

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected override bool HandleTaskExecutionErrors()

Return Value

Type: Boolean
True on success, false on failure. HXCOMP is backwards and returns 0 on failures and 1 on success. We invert the result to be consistent with other tasks.
See Also