Click or drag to resize

ProcessProgressHandler<TUnit> .Complete 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 ProcessProgress<TUnit> instance so consumer can track progress.

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

Property Value

TUnit
Number of units completed processing so far.
See Also