ICustomDocumentSourceIsFinished Property

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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