BuildProcessReportProgress(BuildStep, String, Object) Method

This is used to report progress during the build process and possibly update the current step

Definition

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

Parameters

step  BuildStep
The current build step
message  String
The message to report
args  Object
A list of arguments to format into the message text

See Also