TerminationType Enumeration

Summary

Indicates the reason why a job unexpectedly terminated.

Syntax
C#
VB
C++
public enum TerminationType 
  
Public Enum TerminationType  
   Inherits System.Enum 
public enum class TerminationType  

Members

ValueMemberDescription
0DidNotRespond

The worker assembly did not report a change in progress for a period greater than the value specified for 'AssumeHangAfter'. As a result, the process was assumed to be 'hung' and forcibly terminated. For more information, refer to LEADTOOLS JobProcessor Settings.

1UnhandledException

The worker assembly experienced an unhandled exception (possibly a crash).

Remarks

If a worker assembly terminates unexpectedly, or if the process is forcibly terminated by the windows service, the windows service will launch the worker process again and call the OnJobTerminated method. For more information, refer to OnJobTerminated.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.