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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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