JAMS Developer Guide
ExecutionType Enumeration


MVPSI.JAMS Namespace : ExecutionType Enumeration
Identifies a type of execution method.
Syntax
'Declaration
 
Public Enum ExecutionType 
   Inherits System.Enum
'Usage
 
Dim instance As ExecutionType
public enum ExecutionType : System.Enum 
Members
MemberDescription
AgentSend to a JAMS Agent
BatchRun as a batch job
DetachedRun as a detached process
ProcedureExecute a procedure that will run the job
RestAgentJAMS Agent connects with Executor through REST API
RExecSend the job to an rexec server
RoutineCall a routine that will run the job
SshAgentConnect to a JAMS Agent via SSH
SubmitSubmit to a queue
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ExecutionType

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