adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / WarningJobs Property


In This Topic
    WarningJobs Property (JobQueue)
    In This Topic
    Gets the number of jobs with warnings for the queue.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WarningJobs As Nullable(Of Integer)
    public Nullable<int> WarningJobs {get;}
    public:
    property Nullable<int> WarningJobs {
       Nullable<int> get();
    }
    Remarks
    This value is only set if the queue was fetched through GetJobTree.
    See Also