JAMS 6.x Help
JobEventCode Enumeration


Identifies what sort of Job event has occurred.
Syntax
'Declaration
 
Public Enum JobEventCode 
   Inherits System.Enum
'Usage
 
Dim instance As JobEventCode
public enum JobEventCode : System.Enum 
Members
MemberDescription
CanceledThe job has been canceled.
ChangedThe job has changed.
CompletedThe job completed.
CompletedKeptThe job completed and has been kept in the current schedule.
DependOkThe job's dependencies are OK.
EntryStateChangedThe entry's icon has changed.
HeartbeatA heartbeat message so that clients know the server is still alive.
JobActivityStateChangedThe job's workflow had an Activity state change.
NoneThere is not an event.
NoSchedulerThe JAMS Scheduler is not running.
PrecheckOkThe job's Precheck Job is OK.
RebuildListThe current job list must be rebuilt.
RemoveThe job has been removed from the current schedule.
ResourcesOkThe job's resource requirements are available.
RunawayThe job is a runaway.
SchedulerUpThe JAMS Scheduler has just started.
ServerDownThe JAMSServer has stopped.
StalledThe job is stalled.
StartedThe job started.
StatisticsAn update to the job's statistics.
StepChangedThe setup's current step changed.
SubmittedThe job was submitted.
TimesUpThe job's scheduled time is here.
UpdateStatusThe job's status text has changed.
WaitForOkA set of dynamic dependencies is satisfied.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.JobEventCode

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