adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobState Enumeration


In This Topic
    JobState Enumeration
    In This Topic
    Indicates the status of a job, job step, or instance.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("2DB0B317-F09E-473B-8C16-43ACF7CA077C")>
    Public Enum JobState 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("2DB0B317-F09E-473B-8C16-43ACF7CA077C")]
    public enum JobState : System.Enum 
    [ComVisible(true)]
    [Guid("2DB0B317-F09E-473B-8C16-43ACF7CA077C")]
    public enum class JobState : public System.Enum 
    Members
    MemberValueDescription
    Abandoned2 The job or step was abandoned (because adTempus shut down while job was executing).
    Aborted327681 The job or step was aborted by a user or JobControlTask.
    Aborting537198593 The job or step is being aborted.
    AgentDispatched536870918 The job has been sent to the agent and is waiting for the agent to start it.
    AgentQueued536870917 The job is waiting to be sent to an agent.
    CompletedWithErrors-2147483646 The job completed with errors
    CompletedWithWarnings-2147483645 The job completed with warnings
    ConditionFailed1073872897 The job or step failed because a condition failed.
    ConditionNotMet5 One or more conditions was not met.
    ExecutionFailed1074003969 The step failed the task could not be executed (e.g., a program could not be executed).
    Failed1073741825 The job or step failed.
    Killed1073741826 The step was killed because it exceeded its maximum run time.
    Killing536870915 The step is in the process of killing its process because it has exceeded its run time.
    Missed7 The last scheduled execution was missed.
    NotRun1 The step was not run.
    Queued536870916 The job is queued, waiting for an execution slot.
    ResourceFailed1073938433 The job or step failed because a resource failed.
    Resubmitted6 The job or step was resubmitted.
    Running536870914 The job or step is running.
    Skipped4 The job or step was skipped.
    Starting536870913 The job or step is starting.
    Succeeded-2147483647 The job or step completed successfully.
    TriggerFailed1073807361 The trigger could not be evaluated.
    Unknown0 Status unknown, or has never been run.
    WaitingForCondition805437441 The job or step is waiting for one or more conditions to be satisfied.
    WaitingForDelay805634049 The job is waiting for a delay interval to elapse
    WaitingForPreviousInstance805568513 The job is waiting for a previous instance to finish.
    WaitingForResource805502977 The job or step is waiting for one or more resources to be available.
    WaitingForRestart806617089 A restart is pending.
    WaitingForTrigger268500993 The job is waiting for a trigger.
    Inheritance Hierarchy

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

    See Also