IBuildProcessReportProgress Method
This is used to report progress during the build process within the current step
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void ReportProgress(
string message,
params Object[] args
)
Sub ReportProgress (
message As String,
ParamArray args As Object()
)
void ReportProgress(
String^ message,
... array<Object^>^ args
)
abstract ReportProgress :
message : string *
args : Object[] -> unit
Parameters
- message String
- The message to report
- args Object
- A list of arguments to format into the message text