BuildProcessReportProgress(BuildStep, String, Object) Method
This is used to report progress during the build process and possibly update the current step
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
protected void ReportProgress(
BuildStep step,
string message,
params Object[] args
)
Protected Sub ReportProgress (
step As BuildStep,
message As String,
ParamArray args As Object()
)
protected:
void ReportProgress(
BuildStep step,
String^ message,
... array<Object^>^ args
)
member ReportProgress :
step : BuildStep *
message : string *
args : Object[] -> unit
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