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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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