Click or drag to resize
Sandcastle Help File BuilderBuildProcessReportProgress Method (BuildStep, String, Object)
This is used to report progress during the build process and possibly update the current step

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected void ReportProgress(
	BuildStep step,
	string message,
	params Object[] args
)

Parameters

step
Type: SandcastleBuilder.Utils.BuildEngineBuildStep
The current build step
message
Type: SystemString
The message to report
args
Type: SystemObject
A list of arguments to format into the message text
Events
See Also