adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobEvent Enumeration

In This Topic
    JobEvent Enumeration
    In This Topic
    Syntax
    '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 
    Members
    MemberValueDescription
    Abandoned19 
    Aborted1 
    ConditionsFailed17 
    ConditionWaitThreshold39 Job or step has been waiting for conditions to be met for longer than the specified time.
    Custom26 
    EmailFetchTaskMessageCount31 E-mail fetch task selected message count matches rules specified in exitCodeMax, exitCodeMin.
    EmailFetchTaskNoMessagesSelected30 E-mail fetch task did not select any messages
    EmailFetchTaskSomeMessagesSelected29 E-mail fetch task selected one or more messages
    FileOperationFileCount34 Number of files affected by file operation matches rules specified in exitCodeMax, exitCodeMin.
    FileOperationNoFilesAffected36 File operation did not affect any files
    FileOperationSomeFilesAffected35 File operation affected one or more files
    JobEnded4 
    JobFailed21 
    JobMissed28 
    JobQueued37 Job is queued for execution but cannot be executed immediately
    JobRunning32 Occurs when initialization is complete, all conditions have been met, and step execution is beginning.
    JobSkipped2 
    JobStarted3 
    JobSucceeded20 
    JobThreshold41 Job exceeds a time threshold
    OnAbort24 
    OnDemand40 Invoked by a script or other mechanism.
    OnKill25 
    QueueTimeThreshold38 Job has been queued for longer than the specified time.
    Restarted15 
    RestartLimitExceeded16 
    ServiceFailed18 
    StepEnded6 
    StepFailed7 
    StepSkipped23 
    StepStarted5 
    StepThreshold42 Step exceeds a time threshold
    TaskCompletedWithExitCode13 
    TaskCompletedWithResult22 
    TaskExecutionFailed8 
    TaskFailed11 
    TaskFinished10 
    TaskKilled14 
    TaskStarted9 
    TaskSucceeded12 
    TriggerFailed33 An error occurred while evaluating a trigger
    Undefined0 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.JobEvent

    See Also