'Declaration
<ComVisibleAttribute(True)> <GuidAttribute("F06BD0DE-85CE-42F8-9245-8D4F24F324B5")> Public Enum JobEvent Inherits System.Enum
[ComVisible(true)] [Guid("F06BD0DE-85CE-42F8-9245-8D4F24F324B5")] public enum JobEvent : System.Enum
'Declaration
<ComVisibleAttribute(True)> <GuidAttribute("F06BD0DE-85CE-42F8-9245-8D4F24F324B5")> Public Enum JobEvent Inherits System.Enum
[ComVisible(true)] [Guid("F06BD0DE-85CE-42F8-9245-8D4F24F324B5")] public enum JobEvent : System.Enum
Member | Value | Description |
---|---|---|
Abandoned | 19 | |
Aborted | 1 | |
ConditionsFailed | 17 | |
ConditionWaitThreshold | 39 | Job or step has been waiting for conditions to be met for longer than the specified time. |
Custom | 26 | |
EmailFetchTaskMessageCount | 31 | E-mail fetch task selected message count matches rules specified in exitCodeMax, exitCodeMin. |
EmailFetchTaskNoMessagesSelected | 30 | E-mail fetch task did not select any messages |
EmailFetchTaskSomeMessagesSelected | 29 | E-mail fetch task selected one or more messages |
FileOperationFileCount | 34 | Number of files affected by file operation matches rules specified in exitCodeMax, exitCodeMin. |
FileOperationNoFilesAffected | 36 | File operation did not affect any files |
FileOperationSomeFilesAffected | 35 | File operation affected one or more files |
JobEnded | 4 | |
JobFailed | 21 | |
JobMissed | 28 | |
JobQueued | 37 | Job is queued for execution but cannot be executed immediately |
JobRunning | 32 | Occurs when initialization is complete, all conditions have been met, and step execution is beginning. |
JobSkipped | 2 | |
JobStarted | 3 | |
JobSucceeded | 20 | |
JobThreshold | 41 | Job exceeds a time threshold |
OnAbort | 24 | |
OnDemand | 40 | Invoked by a script or other mechanism. |
OnKill | 25 | |
QueueTimeThreshold | 38 | Job has been queued for longer than the specified time. |
Restarted | 15 | |
RestartLimitExceeded | 16 | |
ServiceFailed | 18 | |
StepEnded | 6 | |
StepFailed | 7 | |
StepSkipped | 23 | |
StepStarted | 5 | |
StepThreshold | 42 | Step exceeds a time threshold |
TaskCompletedWithExitCode | 13 | |
TaskCompletedWithResult | 22 | |
TaskExecutionFailed | 8 | |
TaskFailed | 11 | |
TaskFinished | 10 | |
TaskKilled | 14 | |
TaskStarted | 9 | |
TaskSucceeded | 12 | |
TriggerFailed | 33 | An error occurred while evaluating a trigger |
Undefined | 0 |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.JobEvent