Click or drag to resize
Sandcastle Help File BuilderBuild2xHelpFileHandleTaskExecutionErrors Method
This is overridden to invert the result of the HXCOMP 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 returns 0 on success, 1 if warnings were issued (which is okay), and another non-zero value for failures. We ignore the warning return code and treat it as successful.
See Also