JAMS Developer Guide
ExecutionType Enumeration


MVPSI.JAMS.Host 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
ProcedureExecute a procedure that will run the job
RexecSend the job to an rexec server
RoutineCall a routine that will run the job
SshAgentConnect to a JAMS Agent via SSH
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Host.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.Host Namespace