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

In This Topic
    FailedJobs Property (JobQueue)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FailedJobs As Nullable(Of Integer)
    public Nullable<int> FailedJobs {get;}
    See Also