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


In This Topic
    WarningStatuses Property
    In This Topic
    List of the JobState values that indicate a warning status.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property WarningStatuses As JobState()
    public static JobState[] WarningStatuses {get;}
    public:
    static property array<JobState>^ WarningStatuses {
       array<JobState>^ get();
    }
    Remarks
    The following JobState values are included:
    • JobState.Abandoned
    • JobState.Aborted
    • JobState.CompletedWithErrors
    • JobState.CompletedWithWarnings
    See Also