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


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