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


In This Topic
    MaxConcurrentJobs Property (JobQueue)
    In This Topic
    The maximum number of jobs that can run in the queue at the same time on a single adTempus server
    Syntax
    'Declaration
     
    
    Public Property MaxConcurrentJobs As Integer
    public int MaxConcurrentJobs {get; set;}
    public:
    property int MaxConcurrentJobs {
       int get();
       void set (    int value);
    }
    Remarks

    Set to 0 for no limit.

    When Distributed Scheduling is in use, this is the limit for each adTempus server (Controller or agent). Use MaxDistributedConcurrentJobs to set a limit that applies across all servers.

    See Also