HtmlToMamlReportProgress Method

This is used to report progress during the conversion

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
protected 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