Share via


Progress Types

 

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

Progress states for a download.

Note

For a non-status change (for example, if there was just transfer of bytes), specify NULL for progress type.

Syntax

//  Progress types: 
//******************************************************************************
static const WCHAR S_DTS_PROGRESS_DOWNLOADING_MANIFEST[]    = L"DownloadingManifest";
static const WCHAR S_DTS_PROGRESS_PROCESSING_MANIFEST[]     = L"ProcessingManifest";
static const WCHAR S_DTS_PROGRESS_CREATING_DIRECTORIES[]    = L"CreatingDirectories";
static const WCHAR S_DTS_PROGRESS_PREPARING_DOWNLOAD[]      = L"PreparingDownload";
static const WCHAR S_DTS_PROGRESS_DOWNLOADING_DATA[]        = L"DownloadingData";

Types

S_DTS_PROGRESS_DOWNLOADING_MANIFEST

Determining list of files to download.

S_DTS_PROGRESS_PROCESSING_MANIFEST

Processing list of files.

S_DTS_PROGRESS_CREATING_DIRECTORIES

Creating subdirectories based on list of files.

S_DTS_PROGRESS_PREPARING_DOWNLOAD

Manifest processing complete, starting download.

S_DTS_PROGRESS_DOWNLOADING_DATA

Downloading files.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Configuration Manager Alternate Content Provider Classes