JAMS Developer Guide
SchedulerEventId Enumeration


MVPSI.JAMSScheduler Namespace : SchedulerEventId Enumeration
The SchedulerEventId enumeration is used to identify an event that occurred in the JAMS Scheduler.
Syntax
'Declaration
 
Public Enum SchedulerEventId 
   Inherits System.Enum
'Usage
 
Dim instance As SchedulerEventId
public enum SchedulerEventId : System.Enum 
Members
MemberDescription
ActivitySubmitEntryA SubmitEntry activity had a failure during submission.
ActivityTimeLimitA workflow activity exceeded the assigned time limit.
EntryCompletedAn entry has completed.
EntryCouldMissSLAJAMS estimates that this entry could miss it's service level agreement time.
EntryDoneAn entry is done and we are about to process the completion. You may want to handle this event when you want to change the completion severity of a job.
EntryFailedAn entry has failed.
EntryFileWatchFailedThere was a failure while watching for a file for an entry.
EntryHeldThis entry has been held.
EntryMissedSLAThis entry has missed it's service level agreement time.
EntryMissedWindowThis entry has missed the exection window.
EntryRecoveryRecovery is being performed for this entry.
EntryReleasedThis entry has been released.
EntryRunawayAn entry has been executing too long.
EntryShortAn entry has run too quickly.
EntryStalledAn entry has been pending for too long.
EntryStartedAn entry has started.
EntryStartingAn entry is about to start.
EntrySubmittedA new entry has been submitted to the schedule.
EntrySucceededAn entry has successfully completed.
FileWatchFailedThere was a failure while watching for a file.
QueueStartedA queue has been started.
QueueStoppedA queue has been stopped.
SchedulerStartedThe JAMS Scheduler service is starting
SchedulerStoppingThe JAMS Scheduler service is stopping
TransactionFailedA database transaction has failed but, will be retried.
TriggerFileWatchFailedThere was a failure while watching for a file for a Trigger.
UnknownUnknown
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMSScheduler.SchedulerEventId

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.JAMSScheduler Namespace