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;}
    Remarks
    This value is only set if the group was fetched through DataContext.GetJobTree. See InstanceCounts for more information.
    See Also