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


In This Topic
    ActiveJobs Property (JobGroup)
    In This Topic
    Gets the number of active jobs for the group.
    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 group was fetched through DataContext.GetJobTree.
    See Also