Click or drag to resize

ICustomDocumentSourceIsFinished Property

If true, the custom document source is finished supplying documents for processing.

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

Property Value

Boolean
Remarks
This value must be initialized with a value of false (i.e., not finished) and then set to true when no more source documents will be added to queue SourceDocuments.
See Also