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


In This Topic
    ActiveJobs Property (InstanceCounts)
    In This Topic
    The number of active jobs
    Syntax
    'Declaration
     
    
    Public Property ActiveJobs As Integer
    public int ActiveJobs {get; set;}
    public:
    property int ActiveJobs {
       int get();
       void set (    int value);
    }
    See Also