JAMS Developer Guide
InitiatorType Enumeration


MVPSI.JAMS Namespace : InitiatorType Enumeration
InitiatorType defines the what initiated a job.
Syntax
'Declaration
 
Public Enum InitiatorType 
   Inherits System.Enum
'Usage
 
Dim instance As InitiatorType
public enum InitiatorType : System.Enum 
Members
MemberDescription
AutoSubmitThe entry was submitted as a result of automatic scheduling.
FileWatchThe entry is watching for a file
MailWatchThe entry is watching for e-mail
ManualSubmitThe entry was submitted manually.
NotifyThe entry was submitted to perform notification.
PrecheckThe entry was submitted as a precheck job.
RecoveryThe entry was submitted to perform recovery.
RepeatSubmitThe entry was submitted because of a repeating schedule.
SequenceThe entry was submitted by a Sequence.
SubmitActivityThe entry was submitted by a workflow activity.
TriggerThe entry was submitted because of a trigger action firing.
UnknownThe initiator is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.InitiatorType

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