LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)

TerminationType Enumeration

Show in webframe





Indicates the reason why a job unexpectedly terminated.
Syntax
public enum TerminationType : System.Enum 
'Declaration
 
Public Enum TerminationType 
   Inherits System.Enum
'Usage
 
Dim instance As TerminationType

            

            
public enum class TerminationType : public System.Enum 
Members
ValueMemberDescription
0x00000000DidNotRespond

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.

0x00000001UnhandledException

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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Cloud.Job.TerminationType

Requirements

Target Platforms

See Also

Reference

Leadtools.Cloud.Job Namespace
Programming with the LEADTOOLS Cloud SDK
Creating Cloud Worker Assemblies
OnJobTerminated Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.