Click or drag to resize

DocumentTaskEngineRunTaskBlocking Method

Executes the document task defined by the constructor DocumentTaskSettings argument synchronously (blocking).

Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public void RunTaskBlocking()
Remarks

Only one DocumentTaskSettings task per DocumentTaskEngine instance is allowed to be executed. An exception will be thrown if this method is called while a task is currently running or if a task has already be ran.

Create a new instance of DocumentTaskEngine for each task.

See Also