Click or drag to resize

DocumentTaskEngineTotalInputDocumentsProcessed Property

If a task is running, returns the total number of input documents to task that have currently been fully processed (does NOT include extracted embedded and container items).

Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public int TotalInputDocumentsProcessed { get; }

Property Value

Int32
See Also