Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.17 KB

File metadata and controls

51 lines (36 loc) · 1.17 KB
titledescriptionms.topicms.assetidms.authorauthormanagerms.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

bitsadmin getnotifyflags

Retrieves the notification flags for the specified job.

Syntax

bitsadmin /getnotifyflags <job> 

Parameters

ParameterDescription
jobThe job's display name or GUID.

Remarks

The job can contain one or more of the following notification flags:

FlagDescription
0x001Generate an event when all files in the job have been transferred.
0x002Generate an event when an error occurs.
0x004Disable notifications.
0x008Generate an event when the job is modified or transfer progress is made.

Examples

To retrieve the notify flags for the job named myDownloadJob:

bitsadmin /getnotifyflags myDownloadJob 

Related links

close