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


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