JAMS Developer Guide
FailureAction Enumeration


MVPSI.JAMS Namespace : FailureAction Enumeration
Defines the action that JAMS should take if a job in a setup fails.
Syntax
'Declaration
 
Public Enum FailureAction 
   Inherits System.Enum
'Usage
 
Dim instance As FailureAction
public enum FailureAction : System.Enum 
Members
MemberDescription
ContinueThe setup should continue.
FailThe setup should fail.
NotSpecifiedThe failure action has not been specified.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.FailureAction

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

MVPSI.JAMS Namespace