JAMS Developer Guide
EntryEventCode Enumeration


MVPSI.JAMS Namespace : EntryEventCode Enumeration
Identifies what sort of Entry event has occurred.
Syntax
'Declaration
 
Public Enum EntryEventCode 
   Inherits System.Enum
'Usage
 
Dim instance As EntryEventCode
public enum EntryEventCode : System.Enum 
Members
MemberDescription
CanceledThe entry has been canceled.
ChangedThe entry has changed.
CompletedThe entry completed.
CompletedKeptThe entry completed and has been kept in the current schedule.
ElementStateChangedAn element on the Entry has changed.
EntryStateChangedThe entry's icon has changed.
HeartbeatA heartbeat message so that clients know the server is still alive.
JobActivityStateChangedThe entry's workflow had an Activity state change.
NoneThere is not an event.
NoSchedulerThe JAMS Scheduler is not running.
RebuildListThe current entry list must be rebuilt.
RemoveThe entry has been removed from the current schedule.
SchedulerUpThe JAMS Scheduler has just started.
ServerDownThe JAMSServer has stopped.
StartedThe entry started.
SubmittedThe entry was submitted.
TagsChangedThe entry's tags have changed.
UpdateStatusThe entry's status text has changed.
WaitForFailedA set of dynamic dependencies failed.
WaitForOkA set of dynamic dependencies is satisfied.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.EntryEventCode

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