Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.29
|
Leadtools.JobProcessor.Job Namespace : TerminationType Enumeration |
public enum TerminationType : System.Enum
'Declaration Public Enum TerminationType Inherits System.Enum
'Usage Dim instance As TerminationType
public enum class TerminationType : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | DidNotRespond | 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. |
0x00000001 | UnhandledException | The worker assembly experienced an unhandled exception (possibly a crash). |
System.Object
System.ValueType
System.Enum
Leadtools.JobProcessor.Job.TerminationType