adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatusHelpers Class / NotRunStatuses Property


In This Topic
    NotRunStatuses Property
    In This Topic
    List of the JobState values that indicate an instance or step that was not run.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property NotRunStatuses As JobState()
    public static JobState[] NotRunStatuses {get;}
    public:
    static property array<JobState>^ NotRunStatuses {
       array<JobState>^ get();
    }
    Remarks
    The following JobState values are included:
    • JobState.AgentDispatched
    • JobState.AgentQueued
    • JobState.ConditionFailed
    • JobState.ConditionNotMet
    • JobState.Missed
    • JobState.NotRun
    • JobState.Skipped
    • JobState.Queued
    • JobState.ResourceFailed
    • JobState.Skipped
    • JobState.Unknown
    • JobState.WaitingForCondition
    • JobState.WaitingForPreviousInstance
    • JobState.WaitingForResource
    • JobState.WaitingForRestart
    • JobState.WaitingForTrigger
    See Also