Click or drag to resize

IProgressReportStart Method


Starts the progress, cannot be restarted

Namespace: Ingeniux.CMS.Messaging
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void Start(
	int count,
	bool includeDataSteps,
	string information = null
)

Parameters

count  Int32
Total count of the progression
includeDataSteps  Boolean

[Missing <param name="includeDataSteps"/> documentation for "M:Ingeniux.CMS.Messaging.IProgressReport.Start(System.Int32,System.Boolean,System.String)"]

information  String  (Optional)
Optional message
See Also