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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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