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

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

Parameters

message
Type: SystemString
The message to report
args
Type: SystemObject
A list of arguments to format into the message text
See Also