JAMS Developer Guide
ExitCodeHandling Property (MethodAT)


MVPSI.JAMS Namespace > MethodAT Class : ExitCodeHandling Property
Gets the value of the ExitCodeHandling property which defines how JAMS should interpret the exit code of a job.
Syntax
'Declaration
 
Public Property ExitCodeHandling As ExitCodeHandling
'Usage
 
Dim instance As MethodAT
Dim value As ExitCodeHandling
 
instance.ExitCodeHandling = value
 
value = instance.ExitCodeHandling
public ExitCodeHandling ExitCodeHandling {get; set;}
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

MethodAT Class
MethodAT Members