Click or drag to resize

ProcessProgressTUnit(String, String, TUnit, TUnit) Constructor

Constructs a new instance of the ProcessProgressTUnit class using specified parameters.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public ProcessProgress(
	string processName,
	string processMessage,
	TUnit total,
	TUnit complete
)
View Source

Parameters

processName  String
Name of process for which progress is being monitored.
processMessage  String
Current processing message, if any.
total  TUnit
Total number of units to be processed.
complete  TUnit
Number of units completed processing so far.
See Also