| Build1xHelpFileHandleTaskExecutionErrors Method |
This is overridden to invert the result of the HHC exit code
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected override bool HandleTaskExecutionErrors()
Protected Overrides Function HandleTaskExecutionErrors As Boolean
protected:
virtual bool HandleTaskExecutionErrors() override
abstract HandleTaskExecutionErrors : unit -> bool
override HandleTaskExecutionErrors : unit -> bool
Return Value
Type:
BooleanTrue 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