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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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