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


In This Topic
    JobCount Property (JobQueue)
    In This Topic
    The number of jobs in the queue
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobCount As Nullable(Of Integer)
    public Nullable<int> JobCount {get;}
    public:
    property Nullable<int> JobCount {
       Nullable<int> get();
    }
    Remarks
    This is the total number of jobs in the queue, regardless of whether the user has permission to view them. See VisibleJobCount for the number of jobs that are visible to the user.
    See Also