JAMS Developer Guide
RunawayAction Enumeration


MVPSI.JAMS Namespace : RunawayAction Enumeration
Action to be taken when a job or setup is a runaway.
Syntax
'Declaration
 
Public Enum RunawayAction 
   Inherits System.Enum
'Usage
 
Dim instance As RunawayAction
public enum RunawayAction : System.Enum 
Members
MemberDescription
CancelErrorCancel the job with an error severity
CancelInfoCancel the job with an informational severity
CancelSuccessCancel the job with a successful severity
CancelWarningCancel the job with a warning severity
NoActionNo action
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.RunawayAction

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