JAMS Developer Guide
ExecutorHostType Enumeration


MVPSI.JAMS.Host Namespace : ExecutorHostType Enumeration
Identifies the type of ExecutorHost request.
Syntax
'Declaration
 
Public Enum ExecutorHostType 
   Inherits System.Enum
'Usage
 
Dim instance As ExecutorHostType
public enum ExecutorHostType : System.Enum 
Members
MemberDescription
CancelCancel
CustomCustom
ExitRequestExit request
FinalFinsl results
LogLong data
NoneNone
RestoreRequestRestore request
SaveRequestSave request
SetEntryElementStateSets the state of an Entry's Element
SetEntryStateSet an Icon
WorkflowStateChangeWorkflow state change
WorkflowTrackingWorkflow Tracking
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Host.ExecutorHostType

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