DocumentTaskEngineRunTaskBlocking Method

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

Definition

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