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


In This Topic
    FinalStatuses Property
    In This Topic
    List of the JobState values that indicate a the final status of an instance or step.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property FinalStatuses As JobState()
    public static JobState[] FinalStatuses {get;}
    public:
    static property array<JobState>^ FinalStatuses {
       array<JobState>^ get();
    }
    Remarks
    The following JobState values are included:
    • JobState.Abandoned
    • JobState.Aborted
    • JobState.CompletedWithWarnings
    • JobState.ConditionFailed
    • JobState.ConditionNotMet
    • JobState.ExecutionFailed
    • JobState.Failed
    • JobState.Killed
    • JobState.ResourceFailed
    • JobState.Resubmitted
    • JobState.Skipped
    • JobState.Succeeded
    See Also