DocumentTaskEngineFatalException Event |
Fatal exception event.
Namespace: OpenDiscoverSDK.PlatformAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
Remarks
A fatal exception occurred on a task thread. Clean-up and update any job schedulers/databases/etc of failed task.
AbortTask should be called when done updating
to make sure all other task threads are aborted before exiting.
See Also