title | description | ms.topic | ms.assetid | ms.author | author | manager | ms.date |
---|---|---|---|---|---|---|---|
bitsadmin getnotifyflags |
Reference article for the bitsadmin getnotifyflags command, which retrieves the notification flags for the specified job. |
reference |
d4657e6c-8959-4db7-a4af-e73d3f80ecf8 |
mosagie |
robinharwood |
mtillman |
10/16/2017 |
Retrieves the notification flags for the specified job.
bitsadmin /getnotifyflags <job>
Parameter | Description |
---|---|
job | The job's display name or GUID. |
The job can contain one or more of the following notification flags:
Flag | Description |
---|---|
0x001 | Generate an event when all files in the job have been transferred. |
0x002 | Generate an event when an error occurs. |
0x004 | Disable notifications. |
0x008 | Generate an event when the job is modified or transfer progress is made. |
To retrieve the notify flags for the job named myDownloadJob:
bitsadmin /getnotifyflags myDownloadJob