Leadtools.Cloud.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 Cloud Settings. |
0x00000001 | UnhandledException |
The worker assembly experienced an unhandled exception (possibly a crash). |
System.Object
System.ValueType
System.Enum
Leadtools.Cloud.Job.TerminationType