Click or drag to resize

DocumentTaskEngineIsProcessingDocumentsComplete Property

Returns true if a task is currently running and the task has completed processing all documents; false if still busy 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 IsProcessingDocumentsComplete { get; }

Property Value

Boolean
See Also