LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)
LEAD Technologies, Inc

TerminationType Enumeration






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 TerminationType : System.Enum 
Leadtools.Cloud.Job.TerminationType = function() { };
Leadtools.Cloud.Job.TerminationType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class TerminationType : public System.Enum 
Members
MemberDescription
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.

UnhandledException

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 All Rights Reserved. LEAD Technologies, Inc.