CCM_DTS_PRIORITY Enumeration

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The CCM_DTS_PRIORITY enumeration indicates the priority of the download.

typedef enum
{
    CCM_DTS_PRIORITY_FOREGROUND, 
    CCM_DTS_PRIORITY_HIGH, 
    CCM_DTS_PRIORITY_NORMAL, 
    CCM_DTS_PRIORITY_LOW, 
}CCM_DTS_PRIORITY; 

CCM_DTS_PRIORITY_FOREGROUND

The highest priority.

CCM_DTS_PRIORITY_HIGH

High priority.

CCM_DTS_PRIORITY_NORMAL

Normal priority.

CCM_DTS_PRIORITY_LOW

Low priority.

The only strict requirement is that jobs at a lower priority do not block progress of jobs at a higher priority. It is possible in certain NAP-related scenarios that lower priority jobs may be blocked on content needed for remediation that are in higher priority jobs. Providers must respect this.

Show: