IBuild ProcessReport Progress Method
This is used to report progress during the build process within the current step
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void ReportProgress(
string message,
params Object[] args
)VB
Sub ReportProgress (
message As String,
ParamArray args As Object()
)C++
void ReportProgress(
String^ message,
... array<Object^>^ args
)F#
abstract ReportProgress :
message : string *
args : Object[] -> unit