Click or drag to resize

ProcessProgressHandler<TUnit> .ProcessProgress Property

Gets instance of ProcessProgress<TUnit> used to track progress for this handler.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
public ProcessProgress<TUnit> ProcessProgress { get; }
View Source

Property Value

ProcessProgress<TUnit>
See Also