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

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