Click or drag to resize

ProcessProgressHandlerTUnitComplete Property

Gets or sets current process progress (i.e., number of units completed processing so far) - note that when this property value is assigned, the callback function is automatically called with updated ProcessProgressTUnit instance so consumer can track progress.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public TUnit Complete { get; set; }
View Source

Property Value

TUnit
Number of units completed processing so far.
See Also