BuildProcessReportProgress(String, Object) Method

This is used to report progress during the build process within the current step

Definition

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

Parameters

message  String
The message to report
args  Object
A list of arguments to format into the message text

See Also