Click or drag to resize

DocumentTaskEngineIsReadingDocumentComplete Property

Returns true if a task is currently running and the task has completed reading all the input documents; false if still has documents to read or a task is not running.

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

Property Value

Boolean
See Also