'Declaration
Public Enum SchedulerEventId Inherits System.Enum
'Usage
Dim instance As SchedulerEventId
public enum SchedulerEventId : System.Enum
'Declaration
Public Enum SchedulerEventId Inherits System.Enum
'Usage
Dim instance As SchedulerEventId
public enum SchedulerEventId : System.Enum
Member | Description |
---|---|
ActivitySubmitEntry | A SubmitEntry activity had a failure during submission. |
ActivityTimeLimit | A workflow activity exceeded the assigned time limit. |
EntryCompleted | An entry has completed. |
EntryCouldMissSLA | JAMS estimates that this entry could miss it's service level agreement time. |
EntryDone | An 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. |
EntryFailed | An entry has failed. |
EntryFileWatchFailed | There was a failure while watching for a file for an entry. |
EntryHeld | This entry has been held. |
EntryMissedSLA | This entry has missed it's service level agreement time. |
EntryMissedWindow | This entry has missed the exection window. |
EntryRecovery | Recovery is being performed for this entry. |
EntryReleased | This entry has been released. |
EntryRunaway | An entry has been executing too long. |
EntryShort | An entry has run too quickly. |
EntryStalled | An entry has been pending for too long. |
EntryStarted | An entry has started. |
EntryStarting | An entry is about to start. |
EntrySubmitted | A new entry has been submitted to the schedule. |
EntrySucceeded | An entry has successfully completed. |
FileWatchFailed | There was a failure while watching for a file. |
QueueStarted | A queue has been started. |
QueueStopped | A queue has been stopped. |
SchedulerStarted | The JAMS Scheduler service is starting |
SchedulerStopping | The JAMS Scheduler service is stopping |
TransactionFailed | A database transaction has failed but, will be retried. |
TriggerFileWatchFailed | There was a failure while watching for a file for a Trigger. |
Unknown | Unknown |
System.Object
System.ValueType
System.Enum
MVPSI.JAMSScheduler.SchedulerEventId
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