Document Task EngineRun Task Method
Asynchronously executes the document task defined by the constructor DocumentTaskSettings argument.
Definition
Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public void RunTask()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 a task has already be ran.
Create a new instance of DocumentTaskEngine for each task.