Add link to the annotated BITS Manager screen shot

This commit is contained in:
Peter Smith 2018-11-29 16:13:20 -08:00 коммит произвёл GitHub
Родитель 66cfb0c720
Коммит a65f327c8e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -20,6 +20,8 @@ BITS Manager is a sample GUI tool for examining and creating BITS (Background In
* create new jobs and add file to jobs
* examine job and file settings
![Annotated BITS Manager screen](./Screenshots/BITSManagerOverview-Annotated.png)
# The different states
Each job is marked with an icon that represents its state. See the [Life Cycle of a BITS Job](https://docs.microsoft.com/en-us/windows/desktop/Bits/life-cycle-of-a-bits-job) for details on the different BITS jobs states that are possible and how they transition from one to the other.
@ -66,4 +68,4 @@ The **FileDetailViewControl** class contructor, when given a BITS job and file,
The **MainWindow** class also contains
* the Timer and corresponding **Timer_Tick** function that updates the job list and keeps it fresh
* the UI code to handle ^K^V and menu requests
* complete code to handle quick file downloads
* complete code to handle quick file downloads